merkle-db icon indicating copy to clipboard operation
merkle-db copied to clipboard

Allow more family/tablet customization

Open greglook opened this issue 7 years ago • 0 comments

Currently tables allow for customizing how records are stored in each partition by assigning them to tablets via families. This should be generalized so that other per-family settings can be customized, such as the data format that the family's tablet is stored in. This could allow for more efficient or customized formats for different kinds of data - using ORC or Parquet for high-performance storage, or EDN/CBOR for flexibility, etc.

greglook avatar Nov 02 '18 06:11 greglook