> Date: Fri, 29 Oct 2010 13:58:02 -0700 > Subject: Re: Time-series schema > From: [email protected] > To: [email protected] > There is no such atomicity provided by HBase. Recent TableIndexed may help, > but I have not personally tried it. > > Uhm actually there is. :-) Like I said in the other post, when you insert the rows, you can fetch the local time on the node and use it when you insert the row as the time stamp for the row. So you can get an 'atomic' write. Just a word of advice. Make sure you use the right System method. Had a developer accidentally use nanoTime() and now you have rows in a table that don't make sense...
- Time-series schema Brian O'Kennedy
- Re: Time-series schema Erik Holstad
- Re: Time-series schema Brian O'Kennedy
- RE: Time-series schema Michael Segel
- Re: Time-series schema Brian O'Kennedy
- Re: Time-series schema Debashis Saha
- RE: Time-series schema Michael Segel
- Re: Time-series schema Sean Bigdatafun
- RE: Time-series schema Michael Segel
- RE: Time-series schema Jonathan Gray
- Re: Time-series schema Sean Bigdatafun
- RE: Time-series schema Jonathan Gray
- RE: Time-series schema Michael Segel
- HBase Secondary Index Jian Lu
- RE: HBase Secondary Index Michael Segel
- RE: HBase Secondary Index Jian Lu
- RE: HBase Secondary Index Michael Segel
- RE: HBase Secondary Index Jian Lu
- RE: HBase Secondary Index Michael Segel
