<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dinosaur Technology and Trading &#187; BerkeleyDb</title>
	<atom:link href="http://www.dinosaurtech.com/category/berkeleydb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dinosaurtech.com</link>
	<description>The online ramblings of a young dinosaur</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:05:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Berkeley DB C# Bindings</title>
		<link>http://www.dinosaurtech.com/2009/berkeley-db-c-bindings/</link>
		<comments>http://www.dinosaurtech.com/2009/berkeley-db-c-bindings/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 03:30:20 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
				<category><![CDATA[ATS]]></category>
		<category><![CDATA[BerkeleyDb]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.dinosaurtech.com/2009/berkeley-db-c-bindings/</guid>
		<description><![CDATA[Berkeley DB is an excellent Transactional Data Store. Historically it has had a strong C and Java following, but with the recent 4.8 release, they have added C# bindings, finally opening up Berkeley DB to C#. This is a non-relational database, which is well suited for things like raw tick data, where you are not [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oracle.com/technology/products/berkeley-db/index.html"><img style="display: inline; margin-left: 0px; margin-right: 0px" align="right" src="http://www.oracle.com/technology/products/berkeley-db/images/berkeley-db-logo.gif" /></a>Berkeley DB is an excellent Transactional Data Store. Historically it has had a strong C and Java following, but with the recent 4.8 release, they have added C# bindings, finally opening up Berkeley DB to C#.</p>
<p>This is a non-relational database, which is well suited for things like raw tick data, where you are not querying them by values, but instead by an indexed time and symbol field.</p>
<p>To give you an idea of why this is important, take a look at their <a href="http://www.oracle.com/technology/products/berkeley-db/pdf/berkeley-db-perf.pdf">white paper</a> from 2006 on performance. In a transacted environment they achieved 125,486 single record writes per second. With modern 2009 hardware, and multiple CPU / Solid State Disk systems, this could readily record every single tick coming off of the NYSE and NASDAQ (multiple million per second).</p>
<p>Check them out at <a href="http://www.oracle.com/technology/products/berkeley-db/index.html">Oracle Berkeley DB</a>. I’m in the process of testing this out for our historical logging, and am very impressed so far, even on commodity hardware.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dinosaurtech.com/2009/berkeley-db-c-bindings/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

