Replies: 3 comments 4 replies
-
@nemiah That sounds like a good use case for something like Litestream.
|
Beta Was this translation helpful? Give feedback.
-
I honestly don't think that it is possible to make Loupe compatible with any other relational database other than SQLite. I have built Loupe with SQLite because SQLite has one very important advantage: It allows to register custom functions which we need. The entire ranking algorithm cannot be represented using typical regular relational database functions. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer! I took a quick look at Meilisearch and I would not use it, because I have a multi-tenant cloud application, which just needs better search. My application already uses PHP and MySQL and I do not want to add another tech stack. I would be willing to do a little bit more setup to avoid having some external software I need to understand and maintain. I don't need AI-powered. I just need typo-resilient search. Before I give up, I'd ask you to please elaborate on "The entire ranking algorithm cannot be represented using typical regular relational database functions.". Why do you think that? |
Beta Was this translation helpful? Give feedback.
-
Hi,
storing the data in a SQLite-file on the disk is a performance problem in my use case (GlusterFS) and I'd prefer using MySQL/MariaDB as backend.
Are you interested in that feature in general and would you support me, if I'd implement it?
Best wishes
Nena
Beta Was this translation helpful? Give feedback.
All reactions