Changes between Version 6 and Version 7 of edelweiss

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

--

Legend:

Unmodified
Added
Removed
Modified
  • edelweiss

    v6 v7  
    2020= Note = 
    2121 
     22=== Resample work === 
     23 
    2224Resample 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.  
    2325 
    2426Solution: Requires a mapreduce function to do aggregation 
     27 
     28Status: Pending 
     29 
     30=== Data Query Speed === 
     31 
     32Currently the speed of caching is roughly 250kB/s on localhost. Pretty slow. Current approach uses a buffer to request 10 thousand data rows per http request. I feel that this can somewhat still be improve. 
     33 
     34Idea: Uses socket 
     35 
     36Idea: use multi exec curl 
    2537 
    2638Status: Pending