can you give an example of the data and how you'd access it? what would your expected columns (and/or supercolumns) be?
Dave Viner On Mon, Jan 17, 2011 at 11:05 AM, Steven Mac <ugs...@hotmail.com> wrote: > How can I best map an object containing two maps, one of which is updated > very frequently and the other only occasionally? > > a) As one super CF, which each map in a separate supercolumn and the map > entries being the subcolumns? > b) As two CFs, one for each map. > > I'd like to discuss the why behind a choice, in order to learn about the > impact of a design choice on performance, SStable size/disk usage, > compactions, etc. > > Regards, Steven. > > PS: Objects will always be read as a whole. >