time 111 is the first logs for parent-1
whereas time 114 is the latest log values for parent-1
is there a way to get the latest log values for parent-1,
records looks something like this:
{p:1,c:1,k:v,time:114}, {p:1,c:2,k:v,time:114}, {p:1,c:1,k:v,time:111}, {p:1,c:2,k:v,time:111}
SQL would be something like:
select * from log_index where p=1 and time=(select max(time) where p=1)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.