Retrieving Rows in Reverse (Descending) Order

2014-06-30 Thread Andrew Wells
Are there currently any good practices on doing this? Especially when a rowId has a large number of Keys. -- *Andrew George Wells* *Software Engineer* *awe...@clearedgeit.com awe...@clearedgeit.com*

Re: Retrieving Rows in Reverse (Descending) Order

2014-06-30 Thread Corey Nolet
Andrew, Our recommendation on this has typically been to reverse the sort order of the keys on ingest. On Mon, Jun 30, 2014 at 12:24 PM, Andrew Wells awe...@clearedgeit.com wrote: Are there currently any good practices on doing this? Especially when a rowId has a large number of Keys. --

Re: Retrieving Rows in Reverse (Descending) Order

2014-06-30 Thread Andrew Wells
so, if you need to do both, ascending and descending order. I would need to do 2 writes for each record going in... that might not be possible in our situation. On Mon, Jun 30, 2014 at 12:26 PM, Corey Nolet cjno...@gmail.com wrote: Andrew, Our recommendation on this has typically been to

Re: Retrieving Rows in Reverse (Descending) Order

2014-06-30 Thread Donald Miner
Looks like it was easier said than done for HBase, but they did it: https://issues.apache.org/jira/browse/HBASE-4811 On Mon, Jun 30, 2014 at 12:46 PM, Andrew Wells awe...@clearedgeit.com wrote: so, if you need to do both, ascending and descending order. I would need to do 2 writes for each

Re: Retrieving Rows in Reverse (Descending) Order

2014-06-30 Thread Corey Nolet
Donald, Thanks for the share! Awhile ago, I stumbled across leveldb and I also pondered the ability to support reverse scanning as a first class feature in Accumulo. The numbers on that ticket are not surprising, however- we'd have to assume there'd be a trade-off to make. The trade-off between

Re: Retrieving Rows in Reverse (Descending) Order

2014-06-30 Thread David Medinets
http://affy.blogspot.com/2012/11/how-can-i-use-reverse-sort-on-generic.html is one example. On Mon, Jun 30, 2014 at 12:24 PM, Andrew Wells awe...@clearedgeit.com wrote: Are there currently any good practices on doing this? Especially when a rowId has a large number of Keys. -- *Andrew

Re: REST server for the D4M Schema

2014-06-30 Thread Jianshi Huang
Hi David, I'm watching D4M course video. I have to say this stuff is AWESOME!! Is it commercially available? Can I use it without Matlab? Jianshi On Mon, Jun 23, 2014 at 10:12 PM, David Medinets david.medin...@gmail.com wrote: I am building a prototype REST server for the D4M Schema at

Re: REST server for the D4M Schema

2014-06-30 Thread David Medinets
I agree about Dr. Kepner's class. The D4M software is open source. Please read the license. The home page of the software is http://d4m.mit.edu/. You can use the schema without Matlab. One example is at https://github.com/medined/D4M_Schema. You could load data using the techniques from that