LabelLab
LabelLab copied to clipboard
Search functionality is making lot's of request to the server
Is your feature request related to a problem? Please describe. Search functionality is making lot's of request to the server instead some search engines can be used to improve the performance of web-app
Describe the solution you'd like Add some search engines like elastic search
Describe alternatives you've considered Or we can cache the result to decrease the search request to the server
Additional context Add any other context or screenshots about the feature request here.
@Tushar19varshney Let me know your view I would love to add this feature
@Rupeshiya in my opinion elastic search is useful for a very large data pool whereas in this app a user may not have to search through a very large data set also elastic search has some disadvantages that can’t be easily bypassed when it is used as a storage. First of all, it isn’t ACID. It doesn’t support transactions so it isn’t possible to rollback first stored document if saving of a second fails also elastic search is distributed so it requires a lot of memory to paginate distant pages.