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

Rewrite table chunker to retrieve data from SciDB on-demand. #2

Closed
tshead2 opened this issue Jul 12, 2013 · 1 comment
Closed

Rewrite table chunker to retrieve data from SciDB on-demand. #2

tshead2 opened this issue Jul 12, 2013 · 1 comment
Assignees

Comments

@tshead2
Copy link
Member

tshead2 commented Jul 12, 2013

Currently, our SciDB table chunker simply loads an entire array into memory and then serves chunk requests. In the long-term this is naive - ideally, the chunker should serve data from SciDB on-demand. Of-course, there are many opportunities for caching and/or prefetching of data.

@ghost ghost assigned tshead2 Jul 12, 2013
@tshead2
Copy link
Member Author

tshead2 commented Oct 17, 2013

Duplicate of #89.

@tshead2 tshead2 closed this as completed Oct 17, 2013
alexsielicki pushed a commit that referenced this issue Jul 26, 2019
Update dac-wizard.js for data centric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant