Re: Is storing billions of small files a good Riak-CS/KV usecase?

2015-10-07 Thread David Heidt
> Index capability -- you can use Search instead, that works with Bitcask. >> Or, on the flip side, you can use 2i (secondary index) queries to delete >> the bucket. You'd use a 2i query to get all the keys in an expiring bucket, >> and then issue Deletes to each key. (Don

Is storing billions of small files a good Riak-CS/KV usecase?

2015-10-07 Thread David Heidt
Hi List, would you say that storing billions of very small (json) files is a good usecase for riak kv or cs? here's what I would do: * create daily buckets ( i.e. 2015-10-07) * up to 130 Million inserts per day * about 150.000 read-ony accesses/day * no updates on existing keys/files * delete bu