| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
86 (0.489s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: md5 hash key and splits - HBase - [mail # user]
|
|
...The Facebook devs have mentioned in public talks that they pre-split their tables and don't use automated region splitting. But as far as I remember, the reason for that isn't pr...
|
|
|
Author: Ian Varley,
2012-08-30, 23:26
|
|
|
Re: Choose the location of a record - HBase - [mail # user]
|
|
...Blaise, Generally speaking, no. The distribution of row keys over regions is handle d by HBase. This is as you would want, so that the failure of any given ser ver is transparent to yo...
|
|
|
Author: Ian Varley,
2012-08-23, 13:01
|
|
|
Re: Schema Design - Move second column family to new table - HBase - [mail # user]
|
|
...Christian, Column families are really more "within" rows, not the other way around (th ey're really just a way to physically partition sets of columns in a table) . In your example, th...
|
|
|
Author: Ian Varley,
2012-08-20, 14:37
|
|
|
Re: Embedded table data model - HBase - [mail # user]
|
|
...Yes, that's what I mean. It is not the only way to model this, but your question was, "Can we embedded the transactions inside the customer table in HBase". On Jul 12, 201...
|
|
|
Author: Ian Varley,
2012-07-13, 04:55
|
|
|
Re: Embedded table data model - HBase - [mail # user]
|
|
...Column families are not the same thing as columns. You should indeed have a small number of column families, as that article points out. Columns (aka column qualifiers) are run-t...
|
|
|
Author: Ian Varley,
2012-07-13, 03:08
|
|
|
Re: Embedded table data model - HBase - [mail # user]
|
|
...Yes, that's fine; you can always do a single column PUT into an existing ro w, in a concurrency-safe way, and the lock on the row is only held as long as it takes to do that. Because o...
|
|
|
Author: Ian Varley,
2012-07-12, 06:31
|
|
|
Re: Embedded table data model - HBase - [mail # user]
|
|
...Hi Xiaobo - For HBase, this is doable; you could have a single table in HBase where eac h row is a customer (with the customerid as the rowkey), and columns for ea ch of the 300 attrib...
|
|
|
Author: Ian Varley,
2012-07-12, 05:13
|
|
|
Re: Addition to Apache HBase Reference Guide - HBase - [mail # user]
|
|
...Mohammad, Absolutely - that's exactly how open source projects grow! :) You can open up a JIRA for your suggested edits, and then either post your edits directl y in the JIRA tic...
|
|
|
Author: Ian Varley,
2012-06-21, 15:10
|
|
|
Re: Collation order of items - HBase - [mail # user]
|
|
...Tom, another approach you could take would be to store an ASCII encoded ver sion of the string as the row key or column qualifier, and then the full UT F-8 string elsewhere (e.g. in the cell...
|
|
|
Author: Ian Varley,
2012-06-08, 17:40
|
|
|
Re: Some suggestions for future features - HBase - [mail # dev]
|
|
...Are you guys thinking this would be a "helper" class that just iterates ove r rows and marks them as deleted? Or any attempt to make it a more fundamen tal atomic delete operation that can r...
|
|
|
Author: Ian Varley,
2012-06-05, 19:34
|
|
|
|