[infinity] Scalability of AI-Infinify #444
-
Very much interested in this AI Database AI-Infinity, after knowing the powerful features of it. We need some extra inputs about scalability of this database in production environment,
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Hiya, Thanks for your interest in our project. At the moment, we offer a standalone version only. However, we plan on introducing a distributed version of Infinity in 24Q2 and a cloud-based version in Q3. The distributed version of Infinity scales out based on the volume of traffic rather than transactions. Cheers, |
Beta Was this translation helpful? Give feedback.
-
@nainamd77 Docker Desktop on Windoes doesn't support host network according to docker/roadmap#238. So the infinity-sdk cannot connect to 127.0.0.1:23817 where the container listens. I managed to run the infinity database and the python sdk BOTH INSIDE wsl2:
|
Beta Was this translation helpful? Give feedback.
-
You can find Infinity SQL test cases in https://github.com/infiniflow/infinity/tree/main/test/sql. We use sqllogictest to run these cases. In fact, we think it is not intuitive to use SQL to do full-text and vector search. Therefore, we do not intend to prioritize support for SQL very high. And we would like to provide RESTful API and other languages SDK such as Go, Java, Javascript, and C#. Which kind of API do you want? What features do you want in your scenarios? |
Beta Was this translation helpful? Give feedback.
-
https://docs.docker.com/network/drivers/host/#docker-desktop |
Beta Was this translation helpful? Give feedback.
Hiya, Thanks for your interest in our project. At the moment, we offer a standalone version only. However, we plan on introducing a distributed version of Infinity in 24Q2 and a cloud-based version in Q3. The distributed version of Infinity scales out based on the volume of traffic rather than transactions.
Cheers,
Writinwaters