|
|
|
|
|
by jakebol
2192 days ago
|
|
This is a good description, except that TileDB (the open source client) is not transactional but eventually consistent at least for S3 and other object stores. I like your point about consuming S3 cleverly, it's often difficult to get good out of the box performance from S3 so abstracting that to the degree possible is good for end-users. The cloud vendors though are always one or two steps ahead of companies that build upon their services. AWS Redshift for instance already can pre-index objects stored on S3 to accelerate queries at the storage layer. It's difficult as a third party vendor to compete with that. |
|