aerospike / aerospike-loader

Aerospike Data Loader
42 stars 37 forks source link

UUID key feature #14

Closed ashishkshukla closed 1 year ago

ashishkshukla commented 5 years ago

UUID key will be ingested with every record if data files does not have primary key/ it has composite keys. We can create secondary indexes on the columns and run analytical queries.

This pull is related to #13

hbpatre commented 5 years ago

This is not common use case for us as people want to read/write individual records based on their keys. A randomly generated key does not allow such use case. So we will not be able to pull request to master branch.