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

Queries endpoint should be able to respond a query of 1M rows #2774

Open
ferblape opened this issue Jan 20, 2020 · 0 comments
Open

Queries endpoint should be able to respond a query of 1M rows #2774

ferblape opened this issue Jan 20, 2020 · 0 comments
Assignees

Comments

@ferblape
Copy link
Member

The queries endpoint should be able to respond to user queries that fetch a considerable amount of rows.

To define scope, I'd try to reach the 1M row milestone (and plan a different issue for 10M). I'd tackle this in an iterative way:

  • objective 1: 10,000 rows
  • objective 2: 100,000 rows
  • objective 3: 500,000 rows
  • objective 4: 1,000,000 rows

Looks like using streaming could be a good way to implement this, and modern browsers and JS libraries support it.

It's important to understand once we reach the limit, what is causing that limit and what steps we need to follow to reach the next mileston of 10M.

@ferblape ferblape added this to To do in Gobierto Data via automation Jan 20, 2020
@furilo furilo moved this from To do to Backlog in Gobierto Data Jan 20, 2020
@furilo furilo moved this from Backlog to To do in Gobierto Data Feb 17, 2020
@furilo furilo moved this from To do to Backlog in Gobierto Data Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Gobierto Data
  
Backlog
Development

No branches or pull requests

2 participants