Skip to content

Has anyone tested Fuse for large datasets? #577

Answered by krisk
hhimanshu asked this question in Q&A
Discussion options

You must be logged in to vote

3M is too much. I do not recommend storing 3M records on the client. Additionally, note that Fuse.js creates an index, and that index lives in memory. For 3M record, that's a lot.

Technically, if you're running Fuse.js on the server, it is doable, but at that point, it also depends not only on the number of records but, the size of those records. Still, at this point, you may as well go with a distributed solution.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by krisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants