开发者

Scaling Auto-complete with Rails and choosing the correct one

开发者 https://www.devze.com 2023-03-18 04:26 出处:网络
I am giving my users the ability to find-by-autocomplete a location they type in (just like Google Maps does) but i don\'t know if it will respond fast enough in the long run when i have 100,000s plus

I am giving my users the ability to find-by-autocomplete a location they type in (just like Google Maps does) but i don't know if it will respond fast enough in the long run when i have 100,000s plus locations that have been added to my database. Right now i am using rails3-jquery-autocomplete bu开发者_高级运维t it seems like i should be using something more robust.How do i know if the autocomplete gem or plugin i am using will be able to scale very well in the long run? Is this a valid consideration? Should i be looking to use a different Autocomplete method or is the above ok?


If you're comfortable with Redis, I think the Soulmate gem from SeatGeek is pretty robust.

https://github.com/seatgeek/soulmate

0

精彩评论

暂无评论...
验证码 换一张
取 消