Best way to deploy if I have lots of data #388
zanzlender
started this conversation in
General
Replies: 1 comment
-
If you have that much documents to index, obviously you should index them on a server, using a server solution, not on the browser. This project is for much smaller document sets. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just started a project recently where I wanted to try out FlexSearch. And soon I found myself in a problem where I have a lot of indexes (like +1million).
And I was wondering what would be the best way to deploy this so that I can also have my data stored inside a JSON or some similar file. Because running import for this many indexes is kinda slow... And as far as I've read in other discussions FlexSeach Indexes are not in-memory. Would that mean the flexSearch is not ideal for that many indexes?
If anyone has an idea or wants to share how they do it I would appreciate it :)
Beta Was this translation helpful? Give feedback.
All reactions