KeewanoDB improves query speed by 45% with separate tables for users
KeewanoDB has introduced a new architecture that provides each user, device, and agent with a separate table, eliminating the need for cross-table joins and enhancing query speed by up to 45%. This iโฆ
KeewanoDB has announced a new architecture that assigns a separate table to every user, device and agent, eliminating the need for crossโtable joins in queries. The change, unveiled at the companyโs virtual launch event on Thursday, promises to streamline data pipelines for AI agents that rely on detailed event histories.
Traditional relational databases flatten event streams into rows and preโcomputed aggregates, discarding the sequence and contextual links that agents need to explain why something happened. When a retrieval or analytics pipeline must reconstruct that history, it pulls data from a warehouse or search index at query time, adding latency and complexity. KeewanoDBโs perโentity tables keep the full event context intact, allowing an agent to read its own history in a single, contiguous table.
Early benchmarks from Keewano show that queries on the new schema run up to 45โฏ% faster than equivalent joins on a conventional design, while storage overhead drops by roughly 25โฏ% because duplicate metadata is no longer replicated across tables. โWeโre giving data engineers a way to build pipelines that feel more like reading a log than joining tables,โ said lead engineer Maya Patel. โAgents can now access their own history in milliseconds, which is critical for realโtime decision making.โ
The move positions KeewanoDB as a key tool for teams building conversational AI, recommendation engines and autonomous agents that must reason from past events. The company plans to release an SDK for popular dataโengineering frameworks next month and is exploring integration with major cloud data warehouses. If widely adopted, the architecture could change how developers architect eventโdriven systems, making AI pipelines faster, simpler, and more faithful to the raw data that fuels them.
Read Full Story at VentureBeat โ

