Just for claerance: you can use Pigi indexes to queries with > and <. But if you want to use all Pigi features (especially paging), you can use only =.
k. -----Original Message----- From: Clint Morgan [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 5:18 PM To: [email protected] Subject: Re: Pigi project You could use https://issues.apache.org/jira/browse/HBASE-883 for that query too (and <, >, as well). On Fri, Oct 17, 2008 at 4:44 AM, Krzysztof Gałęcki < [EMAIL PROTECTED]> wrote: > Hi. > > Using Pigi, you can execute such query (but not query with column1>n or > column1<n). We will deploy sources and presentations on www, but now we > have > some troubles with repository. I hope that we will fix all problems during > weekend. > > Regards > > k. > > On Fri, Oct 17, 2008 at 11:12 AM, Zhang Songbo <[EMAIL PROTECTED]> wrote: > > > Antony, > > > > I am interesting in you Pigi project, could you please describe you > > Pigi project more clearly? > > > > For example, there is a original HBase bigtable like following: > > orgRowKey column1 column2. > > > > Now want to query the system (get data from column1) like: select * > > from table where column1=n. > > > > Bob > > >
