Version 6 (modified by ntj, 11 years ago) |
---|
Edelweiss
Edelweiss
How to add extra parameters
- add the new parameter definition to the CouchDB document with the ID itemlist.
- add the new parameter to the view definition of get_all_data
Debugging
http://localhost/adei/services/list.php?target=servers
Note
Resample 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.
Solution: Requires a mapreduce function to do aggregation
Status: Pending