Learn the basics of code generation, which is one of the secrets behind CedarDB’s performance. CedarDB creates custom machine code for every query. This keeps data in CPU registers as long as possible and minimizes unnecessary data transfers.
Read in full here: