Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add paging to the tables and GeoData helpers #45

Open
YohannesTz opened this issue Sep 6, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@YohannesTz
Copy link

Thank you for this wonderful tool! I've been using it lately to analyze some humongous (at least by my standards 😅) SQLite files, and it has been holding up quite well. I've seen no performance degradation, but I have run into a rendering issue. Specifically, I was working on a ~25MB file with two tables—one for metadata and another for tiles, which has thousands of rows.

What I'd love to see:

  • The ability to page through items so it doesn’t try to render everything at once and hog the browser.
  • A few utilities/helpers for geo data exploration (especially for MBTiles and PBF files since they're raw SQLite files).

Helpful resources:

MBTiles schema: https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md
Sample MBTiles: https://data.maptiler.com/downloads/tileset/osm/

Thanks! 🙏

@frectonz
Copy link
Owner

frectonz commented Sep 11, 2024

  • A few utilities/helpers for geo data exploration (especially for MBTiles and PBF files since they're raw SQLite files).

Adding support for a specific data format or SQLite schema is out of scope for this project, so this is probably not going to get implemented.

  • The ability to page through items so it doesn’t try to render everything at once and hog the browser.

Yeah, this is a good feature to add since the query page doesn't implement pagination at the moment.

@frectonz frectonz added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants