A lightweight, fast SQL query processor written in C that enables executing SQL queries directly on CSV files without requiring a database. For full documentation, see the /doc directory.
Abstract: In the single-type relational database scenario, using SQL statement optimization rules can effectively shorten the statement execution time. In the distributed database scenario, the ...
Abstract: This article considers the problem of online resource allocation in an open network where the engaged agents are allowed to join and leave freely. To deal with network openness, each agent ...
A small, in-memory SQL query engine implemented in Python. It loads CSV files into memory, parses a small subset of SQL, executes queries (projection, filtering, simple aggregation), and exposes a ...