<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.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://www.villemain.org/feed.php">
        <title>Cédric Villemain projects</title>
        <description></description>
        <link>http://www.villemain.org/</link>
        <image rdf:resource="http://www.villemain.org/lib/images/favicon.ico" />
       <dc:date>2010-05-31T10:08:39+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.villemain.org/projects/pgfincore?rev=1274591710&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.villemain.org/projects/postgres_stuff?rev=1272670752&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.villemain.org/lib/images/favicon.ico">
        <title>Cédric Villemain</title>
        <link>http://www.villemain.org/</link>
        <url>http://www.villemain.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.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>
        <title>projects:pgfincore</title>
        <link>http://www.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://www.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>
        <title>projects:postgres_stuff</title>
        <link>http://www.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>
</rdf:RDF>
