On 06/23/2015 06:44 PM, Keith Turner wrote:
this will definitely generate a UUID but if I use "14 digits for <time> + 12 digits for <client_id> + say 6 digits for <client_counter>" which makes the UUID 32 bit long. I want UUID to be 16 digits long.row=<time>_<client id>_<client counter>
Can you suggest some encoding technique which can encode it to 16 digits and also maintains the time order?
-Mohit kaushik
