I would like from the faq to answer more general questions about requesting.
For example :
- search some rows (row key, column, ...).
- multi-criteria search
--
You received this message because you are subscribed to the Google Groups "Hypertable User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hypertable-us...@googlegroups.com.
To post to this group, send email to hyperta...@googlegroups.com.
Visit this group at http://groups.google.com/group/hypertable-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Fixing typos damn laptop
what maybe should also mentioned, for people who use php, that if you retrieve big amount of rows, that php slows down, cause php takes ages to create a object. Before my script was running 24/h and one execution took upto 30 - 40 mins, to work the queue down and was always behind. Now i made a dirty php / c++ solution, this script runs every 45 mins, to make the double / triple work within 5 - 10 mins and empties the queue in one run. I want say, that people (new php users) should have an idea whose fault it is. Its slow, cause of php not of hypertable.
@doughMaybe you can implement the datacenter replication in a flexible way like couchbase (they use datacenter replication to serve changes to elastic search, mongodb does too with it's replication).@irXpoderThe api is the same as deleting will Cells and cells_as_arrays?
--
You received this message because you are subscribed to the Google Groups "Hypertable User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hypertable-us...@googlegroups.com.
To post to this group, send email to hyperta...@googlegroups.com.
Visit this group at http://groups.google.com/group/hypertable-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Currently its on the RangeServer, but this will probably be changed in the near future to be inside the Client library (e.g. ThriftBroker).
- Doug
The timestamp can be supplied by the application at insert time, or can be auto-generated (default).Is the timestamp generated on the Thriftclient or Rangeserver or client_side?
On Thursday, February 21, 2013 11:43:00 PM UTC+1, Doug Judd wrote: