Get the latest tech news
Redis Alternative at Apache Software Foundation Now Supports RediSearch and SQL
Intro
These include ACID transactions, expressive query capabilities inherent in SQL, as well as optimization and abstraction possibilities offered by structured data and relational algebra. To introduce SQL capability to Kvrocks, we need to design a robust architecture with scalability, maintainability, and strong query planning and optimization features. The KQIR functionality is currently available on the unstable branch, supporting commands like FT.CREATE, FT.SEARCH, and FT.SEARCHSQL(an extension for running SQL queries) to encourage user to test.
Or read this on Hacker News