| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
66 (0.355s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Solr & HBase - Re: How is Data Indexed in HBase? - HBase - [mail # user]
|
|
...I believe Solr has a bunch of plug-ability to write your own custom ranking approach. If you think you can't do your desired ranking with Solr, you're probably wrong and need to ask fo...
|
|
|
Author: Jacques,
2012-02-22, 18:12
|
|
|
Re: How is Data Indexed in HBase? - HBase - [mail # user]
|
|
...It is highly unlikely that you could replace Solr with HBase. They're really apples and oranges. On Wed, Feb 22, 2012 at 1:09 AM, Bing Li wrote: ...
|
|
|
Author: Jacques,
2012-02-22, 17:17
|
|
|
Re: Corresponding table in Hbase - HBase - [mail # user]
|
|
...We have a crawl table and here are a couple quick thoughts: - I'd suggest that you use reverse url as your primary key. Specifically, reversed host name but normal path and query...
|
|
|
Author: Jacques,
2012-02-22, 16:40
|
|
|
Re: export/import for backup - HBase - [mail # user]
|
|
...I was thinking about this and have a couple thoughts... While Stack's solution above would work, it means a couple things: 1. if you haven't saved splits, your going to have to figure ...
|
|
|
Author: Jacques,
2012-02-21, 16:22
|
|
|
Re: Hbase vs MongoDB - HBase - [mail # user]
|
|
...My two cents is MongoDB. If you're going after speed and ease of deployment, a monolithic application will almost always be easier to start with than a component-based approach. ...
|
|
|
Author: Jacques,
2012-02-18, 22:28
|
|
|
Re: Hbase vs MongoDB - HBase - [mail # user]
|
|
...Can you please provide more information about your use case? It would also be helpful if you provided more information about specifically what you are trying to assess. While I d...
|
|
|
Author: Jacques,
2012-02-18, 22:07
|
|
|
Re: Scan performance on a big table as combination of multiple logic tables - HBase - [mail # dev]
|
|
...You should be fine having multiple tables with high region counts. I would avoid making thousands of tables. However, if you have three separate business needs, make three differ...
|
|
|
Author: Jacques,
2012-02-17, 22:46
|
|
|
Re: HBase wire compatibility - HBase - [mail # dev]
|
|
...Fair enough. That's why I mentioned ByteString more than anything else. If the new RPC will always convert client api/application values into ByteStrings and my application is al...
|
|
|
Author: Jacques,
2012-02-16, 22:41
|
|
|
Re: HBase wire compatibility - HBase - [mail # dev]
|
|
...On Thu, Feb 16, 2012 at 12:48 PM, Todd Lipcon wrote: That said, we should be absolutely sure that we don't expose protobufs As a pure user & outsider, I have to share that...
|
|
|
Author: Jacques,
2012-02-16, 22:27
|
|
|
Re: Scan performance on a big table as combination of multiple logic tables - HBase - [mail # dev]
|
|
...Out of curiosity, what do you perceive as the benefit to having only one table? Are there reasons that you think one table would perform better than a few? If you're splitt...
|
|
|
Author: Jacques,
2012-02-15, 23:45
|
|
|
|