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

Performance of queries (indexes on columns) #34

Closed
CMCDragonkai opened this issue Jan 23, 2018 · 3 comments · May be fixed by likern/dataframe-js#2
Closed

Performance of queries (indexes on columns) #34

CMCDragonkai opened this issue Jan 23, 2018 · 3 comments · May be fixed by likern/dataframe-js#2

Comments

@CMCDragonkai
Copy link

Is there a way to establish indexes on columns to speed up access queries based on where conditions?

@CMCDragonkai
Copy link
Author

I'm looking at other database libraries in JS, but none of them are immutable or fully persistent.

@Gmousse
Copy link
Owner

Gmousse commented Jan 23, 2018

Hi @CMCDragonkai,
Currently there is no indexation on DataFrame.
But I m working on it for a next big big release with other massive optimizations (currently dataframe-js is stable but not well optimized).

I will create issues with the next features I will implement in order to allow you (and other users) to follow these.

@CMCDragonkai
Copy link
Author

Cool, for now I'll be investigating datascript.

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

Successfully merging a pull request may close this issue.

2 participants