Changes between Version 4 and Version 5 of edelweiss

Show
Ignore:
Author:
ntj (IP: 141.52.65.38)
Timestamp:
05/15/14 08:35:41 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • edelweiss

    v4 v5  
    2020= Note = 
    2121 
    22 Resample works, but very very slow. 
     22Resample works, but very very slow. Why? Because it is querying each data row per http request, for a aggregation with wide interval, this should not be a problem, but as the interval gets smaller, it will be very slow.  
     23 
     24Solution: Requires a mapreduce function to do aggregation 
     25Status: Pending 
    2326 
    2427= Repository =