Skip to content

Updating storage: large results sets trigger Quota exceeded error #53

Description

@vemonet

When running a SPARQL query with a large result set it can easily blow up the local storage size used by YASGUI utils storage npm package: https://github.com/zazuko/Yasgui/blob/main/packages/utils/src/Storage.ts

It gives a misleading message for non-savvy users: "Quota limit exceeded". It is not clear it's due to the local storage size, it could be interpreted as a response from the SPARQL endpoint (e.g. query planning freaking out)

Note the store npm package last release was 8 years ago, it is only available as commonJS, not modern ES module

Migrating to a more modern and scalable solution could be nice in the future (not a priority, but to keep in mind for future important changes):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions