<feed xmlns='http://www.w3.org/2005/Atom'>
<title>autere_db.git/src/lib.rs, branch main</title>
<subtitle>A study in building a log-structured database
</subtitle>
<id>http://forge.jan.systems/autere_db.git/atom?h=main</id>
<link rel='self' href='http://forge.jan.systems/autere_db.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/'/>
<updated>2024-10-07T09:43:16Z</updated>
<entry>
<title>Add py_bindings lib, move to monorepo structure</title>
<updated>2024-10-07T09:43:16Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-07T09:43:16Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=a4efc83f7f29c6ef8ac9b4c57201c9ecc31266b3'/>
<id>urn:sha1:a4efc83f7f29c6ef8ac9b4c57201c9ecc31266b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rotate log file when capacity is reached</title>
<updated>2024-10-05T19:56:27Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-05T19:56:27Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=aa28b37a22df95b9ef6163e2e5087d289836f96c'/>
<id>urn:sha1:aa28b37a22df95b9ef6163e2e5087d289836f96c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle Null values properly, refactor schema creation to support nullable fields</title>
<updated>2024-10-05T16:45:50Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-05T16:45:50Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=c9d2a58c94e30ea615376fbd10d8c6299470e6ea'/>
<id>urn:sha1:c9d2a58c94e30ea615376fbd10d8c6299470e6ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug in read_exact</title>
<updated>2024-10-05T13:06:46Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-05T12:51:14Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=94b9400e89ba2e661a5046411080d1b44769a5a6'/>
<id>urn:sha1:94b9400e89ba2e661a5046411080d1b44769a5a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make write durability configurable</title>
<updated>2024-10-05T10:58:35Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-05T10:58:35Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=9f59bf5c621d36fb956ea8a8602b0c37ceaadfe6'/>
<id>urn:sha1:9f59bf5c621d36fb956ea8a8602b0c37ceaadfe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split log_reader into reverse_log_reader and forward_log_reader</title>
<updated>2024-10-05T08:00:45Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-05T08:00:45Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=6532e4f4a94ada35c958cf53e1f98aaf175188c6'/>
<id>urn:sha1:6532e4f4a94ada35c958cf53e1f98aaf175188c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix reverse log reader, add unit tests for it</title>
<updated>2024-10-04T16:15:59Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-04T13:24:26Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=9001c82c6004d87d95bc9007bf195489635f5e83'/>
<id>urn:sha1:9001c82c6004d87d95bc9007bf195489635f5e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add exclusive lock request file to prioritize writes</title>
<updated>2024-10-03T10:43:19Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-03T10:43:19Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=68bd2441247a5785378c9e90c5dc0ce7330e23b5'/>
<id>urn:sha1:68bd2441247a5785378c9e90c5dc0ce7330e23b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement forward log reader, rebuild memtable at init</title>
<updated>2024-10-03T08:11:43Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-03T07:54:02Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=e72919ec2b089c5d61b1db63d32a266e13f3b40f'/>
<id>urn:sha1:e72919ec2b089c5d61b1db63d32a266e13f3b40f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test, small improvements</title>
<updated>2024-10-02T09:43:30Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-10-02T09:43:30Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=8dce4fbbaaf373a5a6c6b02e311a7d8f25cf66c3'/>
<id>urn:sha1:8dce4fbbaaf373a5a6c6b02e311a7d8f25cf66c3</id>
<content type='text'>
</content>
</entry>
</feed>
