Changes between Version 25 and Version 26 of WikiStart

Show
Ignore:
Author:
jdixon (IP: 127.0.0.1)
Timestamp:
03/06/09 01:12:58 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v25 v26  
    99 
    1010== Design == 
    11 !NetFlow Dashboard attempts to overcome the historical difficulties with database storage of !NetFlow datagrams through a carefully designed database schema using [http://www.postgresql.org/ PostgreSQL].  Partitioning allows us to store information as "time slices" that improve the performance of the application under typical usage patterns.  The source code is distributed under a 2-clause [http://trac.netflowdashboard.com/netflowdashboard/browser/docs/LICENSE BSD license]. 
     11!NetFlow Dashboard attempts to overcome the historical difficulties with database storage of !NetFlow datagrams through a carefully designed database schema using [http://www.postgresql.org/ PostgreSQL].  Partitioning allows us to store information as "time slices" that improve the performance of the application under typical usage patterns.  The source code is distributed under a 2-clause [http://trac.netflowdashboard.com/netflowdashboard/browser/trunk/docs/LICENSE BSD license]. 
    1212 
    1313Bug fixes and feature enhancements should be tracked with tickets.  Please look there before asking if a particular bug or feature request has been acknowledged.