5 ms·
Hi, any experience of using FTS5 with rqlite, i am interested in replacing Elasticsearch to have a single source of truth DB and full text search. Thanks
by vlad1719 8mo ago
Hi, any experience of using FTS5 with rqlite, i am interested in replacing Elasticsearch to have a single source of truth DB and full text search.
Thanks
- otoolep 8mo agorqlite creator here. Yes I do have practical experience to share, I wrote a blog post on rqlite and FTS5: https://philipotoole.com/building-a-highly-available-search-engine-using-sqlite/ https://philipotoole.com/building-a-highly-available-search-... Will it allow you to reach the same scale in terms of data set size that Elasticsearch supports? Almost certainly no, but it might be enough depending on your use case.
- vlad1719 8mo agoHi, thanks, yes i have read it before this is why i am considering it. Will have to try.