12 ms·
Also, creating a HIVE/SQLish language on top of our LISP was super easy.
by jonromero 14y ago
Also, creating a HIVE/SQLish language on top of our LISP was super easy.
- bsaul 14y agoThat's for the querying part, but how did you deal with indexing ? If if understand right, you seem to precompute pretty much everything you need on the fly, so I guess that means custom data structure not relying on SQL algebra, so no pkey / fkey table like and index that would let you write new queries after you've stored the data ?