<feed xmlns='http://www.w3.org/2005/Atom'>
<title>autere_db.git/log_db/src/log_reader_forward.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>2025-05-02T21:20:36Z</updated>
<entry>
<title>Rename to AutereDB</title>
<updated>2025-05-02T21:20:36Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-05-02T21:15:02Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=84ac3652415b662aae9580c008a5aa996d58c9f4'/>
<id>urn:sha1:84ac3652415b662aae9580c008a5aa996d58c9f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Record -&gt; Row</title>
<updated>2025-02-21T12:28:00Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-02-21T12:25:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=147c589ce617c1d500c3b698321eeb71bacd74a3'/>
<id>urn:sha1:147c589ce617c1d500c3b698321eeb71bacd74a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use logger ctor in all tests</title>
<updated>2025-02-03T10:19:12Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-02-03T10:19:12Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=fd191fd9b67794d72ec9c28de9c366d81d29629f'/>
<id>urn:sha1:fd191fd9b67794d72ec9c28de9c366d81d29629f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor locking to use a single lock file</title>
<updated>2025-01-17T21:36:25Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-01-17T21:36:25Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=a012a45c0d2e1791cecec255e7a48dee83e1d8b9'/>
<id>urn:sha1:a012a45c0d2e1791cecec255e7a48dee83e1d8b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make record iterator call more idiomatic with unwrap_or_else</title>
<updated>2025-01-10T17:48:55Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-01-10T13:20:17Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=07c593d9b836232c2d9bbe986baaa3099edddbb4'/>
<id>urn:sha1:07c593d9b836232c2d9bbe986baaa3099edddbb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework DB interface to use Recordable instances</title>
<updated>2025-01-06T16:52:22Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-01-06T16:52:22Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=21d0b647d6916c4dbbde8a310a0760872d44f7a2'/>
<id>urn:sha1:21d0b647d6916c4dbbde8a310a0760872d44f7a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement primary index refresh</title>
<updated>2024-11-22T09:21:17Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-22T09:20:56Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=995a75a72779a94bec1280716be85c536e8dde82'/>
<id>urn:sha1:995a75a72779a94bec1280716be85c536e8dde82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip over metadata rows left unused by compaction</title>
<updated>2024-11-22T08:22:54Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-22T08:22:54Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=0182fd123a1ff6cb08826f824d76693d61fafb1c'/>
<id>urn:sha1:0182fd123a1ff6cb08826f824d76693d61fafb1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor compact</title>
<updated>2024-11-21T16:49:12Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-21T16:49:12Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=34730bbe58b77c7ee3d5e6344846a8a8e6595f17'/>
<id>urn:sha1:34730bbe58b77c7ee3d5e6344846a8a8e6595f17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Refresh indexes on read or at maintenance"</title>
<updated>2024-11-21T12:47:20Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-21T12:47:20Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=f759208ae41a5bbeb163fda4b66f43b8c0e84b2b'/>
<id>urn:sha1:f759208ae41a5bbeb163fda4b66f43b8c0e84b2b</id>
<content type='text'>
This reverts commit bfa8fab553eab1b0daa062010fb2ccf5d365d21f.
</content>
</entry>
</feed>
