Home | About | Sematext search-lucene.com search-hadoop.com
 Search Hadoop and all its subprojects:

Switch to Threaded View
HBase, mail # user - worth choosing the shortest possible column names/keys?


Copy link to this message
-
worth choosing the shortest possible column names/keys?
TuX RaceR 2010-03-12, 19:48
Hello Hbase Users List,

In the SQL world, you can choose column names that clearly describe a
field (i.e. long names)
I believe it is different in Hbase.
Is it worth choosing the shortest possible column names and keys

ie:
c1234:fn:John,ln:Doe

intead of

customer_1234:FirstName:John,LastName:Doe
?
Will I save a lot of space (especially if I have many small columns)?

Thanks
TuX