<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://villemain.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://villemain.org/feed.php">
        <title>Cédric Villemain</title>
        <description></description>
        <link>http://villemain.org/</link>
        <image rdf:resource="http://villemain.org/lib/images/favicon.ico" />
       <dc:date>2010-05-25T04:01:25+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://villemain.org/projects/pgfincore?rev=1274591710&amp;do=diff"/>
                <rdf:li rdf:resource="http://villemain.org/topbar?rev=1272670981&amp;do=diff"/>
                <rdf:li rdf:resource="http://villemain.org/projects/postgres_stuff?rev=1272670752&amp;do=diff"/>
                <rdf:li rdf:resource="http://villemain.org/start?rev=1272667882&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://villemain.org/lib/images/favicon.ico">
        <title>Cédric Villemain</title>
        <link>http://villemain.org/</link>
        <url>http://villemain.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://villemain.org/projects/pgfincore?rev=1274591710&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-23T07:15:10+02:00</dc:date>
        <dc:creator>Cédric Villemain</dc:creator>
        <title>projects:pgfincore</title>
        <link>http://villemain.org/projects/pgfincore?rev=1274591710&amp;do=diff</link>
        <description>A talk about PgFincore is scheduled at PgCon10.


PgFincore is a set of functions to manage blocks in memory.

Each Table or Index is truncated in segment of (usually) 1GB, and each segment is truncated in block in filesystem.

Those functions let you know which and how many disk block from a relation are in the page cache of the operating system, and eventually write the result to a file. Then using this file, it is possible to restore the page cache state for each block of the relation.</description>
    </item>
    <item rdf:about="http://villemain.org/topbar?rev=1272670981&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-01T01:43:01+02:00</dc:date>
        <dc:creator>Cédric Villemain</dc:creator>
        <title>topbar</title>
        <link>http://villemain.org/topbar?rev=1272670981&amp;do=diff</link>
        <description>*  Projects
		*   PostgreSQL Stuff
		*  PgFincore
		*  Active
		*  Dead or Quiet

	*  Snippnets  
		*  FreeWifi</description>
    </item>
    <item rdf:about="http://villemain.org/projects/postgres_stuff?rev=1272670752&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-01T01:39:12+02:00</dc:date>
        <dc:creator>Cédric Villemain</dc:creator>
        <title>projects:postgres_stuff</title>
        <link>http://villemain.org/projects/postgres_stuff?rev=1272670752&amp;do=diff</link>
        <description>You can clone my branches :

git clone http://git.postgresql.org/git/users/c2main/postgres.git
Track Disk statistics


Current fun is provided by adding a column for indexes and tables in pg_statio* views. Those column output the real read on disk: it let calculate the real hit/miss ratio of your full cache (postgresql shared buffers and OS buffer cache)</description>
    </item>
    <item rdf:about="http://villemain.org/start?rev=1272667882&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-01T00:51:22+02:00</dc:date>
        <dc:creator>Cédric Villemain</dc:creator>
        <title>start</title>
        <link>http://villemain.org/start?rev=1272667882&amp;do=diff</link>
        <description>Projects

Active

	*   my stuff @ PostgreSQL

	*  I play with blocks disk thanks to PgFincore. Try it :)

	*  Nagios Check_Postgres is just great. 

	*  I also enjoy PNP4Nagios to get beautifull graph from Nagios.

	*  I like those Slony1-ctl administration scripts.</description>
    </item>
</rdf:RDF>
