per table region size

2011-08-08 Thread Arvind Jayaprakash
It is possible to control the region size (hstore size) on a per table basis? I have certain applications where the overall keyspace is small but I'd like the data to spread nicely over many region servers that use a certain table and another one that has potentially 2 orders of magnitude of data

Re: per table region size

2011-08-08 Thread Ravi Veeramachaneni
Yes, you can, by specifying MAX_FILESIZE on the table creation or using alter command for an existing table. You need to disable the table before changing and may run compaction if needed. On Mon, Aug 8, 2011 at 10:20 AM, Arvind Jayaprakash w...@anomalizer.netwrote: It is possible to control