Re: blog describing new time-series data optimization

2015-11-08 Thread Juan Rodríguez Hortalá
Hi, Very interesting post and very useful feature. Just a minor remark, I think there is a typo in the post, in the CREATE TABLE EVENTS_RTS statement CREATE TABLE *EVENTS_RTS* ( EVENT_ID CHAR(15) NOT NULL, EVENT_TYPE CHAR(3) NOT NULL, EVENT_TIME DATE NOT NULL, APPLICATION_TYPE VAR

Re: blog describing new time-series data optimization

2015-11-08 Thread Samarth Jain
Glad you find it useful, Juan and thanks for reporting the typo. The column name should be EVENT_DATE. We will get it changed. On Sun, Nov 8, 2015 at 11:18 AM, Juan Rodríguez Hortalá < juan.rodriguez.hort...@gmail.com> wrote: > Hi, > > Very interesting post and very useful feature. Just a minor r

Re: blog describing new time-series data optimization

2015-11-08 Thread James Taylor
Thanks, Juan. I fixed the typo. On Sun, Nov 8, 2015 at 11:21 AM, Samarth Jain wrote: > Glad you find it useful, Juan and thanks for reporting the typo. The > column name should be EVENT_DATE. We will get it changed. > > On Sun, Nov 8, 2015 at 11:18 AM, Juan Rodríguez Hortalá < > juan.rodriguez.h

Re: blog describing new time-series data optimization

2015-11-08 Thread Jesse Yates
Great post, awesome to see the optimization going in. Would be cool to see if we could roll in some of the stuff talked about at the last meetup too :) On Sun, Nov 8, 2015, 11:27 AM James Taylor wrote: > Thanks, Juan. I fixed the typo. > > On Sun, Nov 8, 2015 at 11:21 AM, Samarth Jain > wrote:

Re: blog describing new time-series data optimization

2015-11-08 Thread James Taylor
bq. Would be cool to see if we could roll in some of the stuff talked about at the last meetup too :) +1. We're always open for patches, :-) though many of those changes would be rolled in at the HBase level, I believe (assuming we're talking about Vladimir's preso[1]). However, the auto-rollup st