apache / apache/jena

Fuseki UI: /edit view should not count number of triples for each graph

Open
#1,778 4 comments 0 reactions 0 assignees View on GitHub
enhancement Fuseki UI
Dominant language
Java
Stars
1.4k
Forks
712
Avg merge
15h 41m
Merged PRs (30d)
53

Description

### Version

4.7.0

### Feature

The "edit" view at `/#/dataset/NAME/edit` is barely usable for large sets of graphs because the number of triples is counted for each graph, a time-consuming query. The number of triples should better be requested only if a graph is selected or only for a few graphs when paging through the list of graphs.

### Are you interested in contributing a solution yourself?

No

Contributor guide

Open the contributing guide

Research direction

Start at the Fuseki UI entry point `/#/dataset/NAME/edit` and trace how the graph list requests triple counts. Confirm the behavior with a dataset containing many graphs, then verify that counts are requested only for a selected graph or the small visible page of graphs.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend, performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.