RE: short name for columns

2015-01-19 Thread Bulvik, Noam
: short name for columns Good idea. Phoenix doesn't do that today. I'm hoping that HBase can come up with better block encodings that factor this kind of information out without perf taking a hit. They actually have one (TRIE), but I'm not sure how stable it is. Also, I'm not sure how well

RE: short name for columns

2015-01-19 Thread Vasudevan, Ramkrishna S
and non-repetitive naming structure we could rename the column qualifiers to make use of the above encoding capability. Regards Ram -Original Message- From: James Taylor [mailto:jamestay...@apache.org] Sent: Monday, January 19, 2015 10:30 PM To: user Subject: Re: short name for columns

Re: short name for columns

2015-01-19 Thread James Taylor
be used with prefix encoding there is contradiction between these two features -Original Message- From: James Taylor [mailto:jamestay...@apache.org] Sent: Monday, January 19, 2015 7:00 PM To: user Subject: Re: short name for columns Good idea. Phoenix doesn't do that today. I'm hoping

Re: short name for columns

2015-01-19 Thread Anil Gupta
You mean to have a support for aliases for columns? If yes, then +1 for that. Sent from my iPhone On Jan 19, 2015, at 3:49 AM, Bulvik, Noam noam.bul...@teoco.com wrote: Hi, Do you plan to support assign short name for columns as part of phoenix features. i.e. when creating table using

short name for columns

2015-01-19 Thread Bulvik, Noam
Hi, Do you plan to support assign short name for columns as part of phoenix features. i.e. when creating table using phoenix DDL there will be a metadata table that will convert the column name to short names (like a,b,c ... aa,bb). each time there will be a query the SQL that the user

Re: short name for columns

2015-01-19 Thread James Taylor
...@teoco.com wrote: Hi, Do you plan to support assign short name for columns as part of phoenix features. i.e. when creating table using phoenix DDL there will be a metadata table that will convert the column name to short names (like a,b,c … aa,bb….). each time there will be a query the SQL