30 ms·
SQL-like query pattern on top of bigtable-like distribution. e.g. you're willing to model your reads such that you dont need joins, and your sorting/scanning i
by jjirsa 5y ago
SQL-like query pattern on top of bigtable-like distribution.
e.g. you're willing to model your reads such that you dont need joins, and your sorting/scanning is based on the idea that you cluster data together, sorted in order you'll read it, into something called a "partition", which is how data is found within very large clusters.