RRD PostgreSQL extension

Dustin Fisch <[email protected]> Sat, 8 Sep 2012 22:44:49 +0200
Newsgroups gmane.comp.db.rrdtool.devel
Message-ID <[email protected]>
Hi,

I am currently thinking about building an RRD extension for PostgreSQL.

The extension will provide a RRD data type which represents a
complete database and functions for all the existing functions of the
RRD tool, like create, update, first and graph...

PostgreSQL has a nice API for LOB, which allows to store the whole RRD
database using the PostgreSQL file management.

I already have taken a look to the RRD code. As far as I can see, there
are functions like rrd_create_r(...) which provides the functionality I
need for such an extension.

The PostgreSQL LOB API currently provides a file descriptor for the
access to the data stored in the LOB.

Unfortunately, it looks like the RRD API only allows the usage of a
filename.

Is there any way to use a file descriptor instead of the filename? Or
is there any chance such a patch would be accepted?

thanks
Dustin Frisch


-- 
http://lab.sh

_______________________________________________
rrd-developers mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
signature.asc (application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iQEcBAEBAgAGBQJQS65BAAoJELTDvwEtmya+kxAH/RTHYjyzmApFuHzl+YgsO9Wx
tKukRsslaVJTyMiGloVNxY+IfUJ1IeX1MIwWZFzitkjThcDY12uCYQxOmqy6dPNX
gzZve0s7Sqan8/UXQkBEnmNefe2T2x9AItpMV0hToFWSM9PYGJlURr3Wb/Ue9iDD
8L8vGZdLEd4Wjyq+EhQ6aKjwUhVPlychNviLoErb8NUuBGuarYavW8YvqdRsId88
VF5vXc8GKc1DqKmbzsXGa0dybCWcaESP+SnZKjK//puAMekqa0v33mCcIWecGmM7
esSfzSG2M7lFLbE5M7tNL04tqukmt0PdfP7n6JTD5C3wW0p74ztm1dXBYQhjud8=
=rC+1
-----END PGP SIGNATURE-----