Skip to content
Prev 48 / 1559 Next

request for examples

On Mon, May 13, 2002 at 02:13:06PM +1200, Paul Murrell wrote:
...
As an advanced something-to-think-about...
The product "Pi" by OSI software is a Real-Time data storage, retrival,
graphing and caluculation package.  While it has an SQL front-end,
the data storage is done in a very non-relational way.  Files are stored in
a binary format, optimised for quick reading of vast ammounts of data.
Calling up a year's worth of data sampled every 10 sec happens in a few
seconds.

The interesting thing here is:

1) SQL front-ends mean a *language* advantage - the advantage is
compatibilty with other apps.

2) the  file format means tight storage and fast bulk retrieval.
Good Things (tm).

The massive ammounts of data here are what makes a database front-end
so useful.  There's just no way to store that ammount of information
any other way, and hope to retrieve it.

Cheers

Jason
Message-ID: <20020513075505.A23951@camille.indigoindustrial.co.nz>
In-Reply-To: <3CDF2132.692D36D7@stat.auckland.ac.nz>; from p.murrell@auckland.ac.nz on Mon, May 13, 2002 at 02:13:06PM +1200