Opened 11 years ago
Last modified 6 years ago
#2124 new enhancement
Browser data in Table Attribute Manager, avoid to load all the dataset
Reported by: | zarch | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 7.6.2 |
Component: | wxGUI | Version: | unspecified |
Keywords: | vector attributes | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
I would like that the Browser data, start loading in the gui only a chunk of the whole dataset, like the first 250 rows, and then automatically loads another chunk of rows when I'm close to the bottom.
You can see an example of what I mean if you open the sqlite database using sqliteman [0].
Do you think that would be feasible do the same thing with the wx?
Change History (11)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
+ 1
I too run quite often in problems with large data sets. The solution suggested above would be great. An alternative could be to load X rows and have 'next' page button to load the next X rows (in such case it would be good to offer the extra option, through a check box perhaps, to load all data in once and to have the option to set the number of rows to load in each page).
comment:4 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:5 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:8 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:9 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Replying to zarch:
+1
Large datasets can be quite slow to load...
Moritz