jkoelker / quark

This is my fork, Quark is now at https://github.com/rackerlabs/quark
Apache License 2.0
0 stars 2 forks source link

OptimizedNVPDriver database UUID storage type #89

Closed kilogram closed 11 years ago

kilogram commented 11 years ago

Currently String of size 255 is being used to store UUID's for Quark's optimized NVP driver. Can be changed to string size 36, or type BigInteger to save database space.

asadoughi commented 11 years ago

Pull #91 fixed this