Hi all list members,

   We are developing a web frontend for nprobe acting as a collector 
with fastbit backend. We know how to do this with mysql and such, but 
would like to do it with fastbit for speed and volume.

   Wat we are trying to get is something like this (sorry, some asci art):

Traffic volume
    |
    |
    |     *
    |     *
    |     *   *       *           *       *
    |     *   *       *   *       *       *
    |     *   *   *   *   *       *       *           *
   ------------------------------------------------------
         Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec  (time)

   Well, you get the idea. The same could be applied in a single day if 
you divide it in hour frames (24) or 5 min frames (24*12) to make things 
even more scary.

   How should I query fastbit to get each point in the graph (say 12 for 
the yearly graph) without having to do this operation 12 times? (yes, 
each one is quite fast, but when you start to compound them they add a 
lot). Imagine a day graph with 5 minute interval frames, that would mean 
12*24 queries for a single graph (actually for a single line within that 
graph, if we add other lines things skyrocket)

   Very thankful in advance. Kind regards

-- 
Jaime Nebrera - [email protected]
Consultor TI - ENEO Tecnologia SL
C/ Manufactura 2, Edificio Euro, Oficina 3N
Mairena del Aljarafe - 41927 - Sevilla
Telf.- 955 60 11 60 / 619 04 55 18

_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to