←back to thread

249 points colesantiago | 1 comments | | HN request time: 0.214s | source
Show context
zX41ZdbW ◴[] No.40751779[source]
I have tested Rockset for competitive analysis.

Good parts:

It has a slick and nice-looking UI. Good documentation. Many data loading options (including S3).

SQL support is good (Calcite?). Types are inferred on data loading. But you have to choose one "timestamp" column.

Bad parts:

First data load attempts failed (after 24 hours, it showed something like "too many retries").

I've loaded around 500 million rows, and the storage limit ran out.

Query performance did not shine. Storage size was very large (it seems they create many indices automatically).

Considerations:

The technology is not open-source. It is rocksdb + secondary indices + object storage + SQL engine.

replies(1): >>40754007 #
1. refset ◴[] No.40754007[source]
> The technology is not open-source

Not entirely fair - see https://github.com/rockset/rocksdb-cloud (a fork of RocksDB with a separation of storage and compute, using S3 and Lambda-based compaction)