<feed xmlns='http://www.w3.org/2005/Atom'>
<title>autere_db.git/log_db/src/memtable_secondary.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>Fix secondary memtable by using a map instead of a set</title>
<updated>2025-02-10T11:55:15Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-02-10T11:44:47Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=aed6b0a1c213e8e8b7f1fc4ee16681d326fd3a4d'/>
<id>urn:sha1:aed6b0a1c213e8e8b7f1fc4ee16681d326fd3a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor interfaces to use more moves, remove log_reader_reverse</title>
<updated>2025-01-17T10:34:41Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-01-17T10:34:41Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=be5fcde4989ac883201a1895be519f63fa6e6dd4'/>
<id>urn:sha1:be5fcde4989ac883201a1895be519f63fa6e6dd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add range_by, refactor reading from file</title>
<updated>2025-01-11T21:40:20Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-01-11T21:16:06Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=60c9d1037f012e76cf8f8c11d82b065b1f97269f'/>
<id>urn:sha1:60c9d1037f012e76cf8f8c11d82b065b1f97269f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add delete_by, rename find_all to find_by</title>
<updated>2025-01-06T18:11:48Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-01-06T18:11:48Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=3e1d169fe822f711bd96278e13cd89e2800c8927'/>
<id>urn:sha1:3e1d169fe822f711bd96278e13cd89e2800c8927</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement remove</title>
<updated>2025-01-06T13:51:45Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2025-01-06T13:51:45Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=b5abd6dfea8b26b73cc9b489695ffdd6de6fe1cd'/>
<id>urn:sha1:b5abd6dfea8b26b73cc9b489695ffdd6de6fe1cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tombstone flag to record to support delete</title>
<updated>2024-11-29T13:18:17Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-29T13:18:17Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=6caaac539308dd56b669c39c9665806e6ead6112'/>
<id>urn:sha1:6caaac539308dd56b669c39c9665806e6ead6112</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused code</title>
<updated>2024-11-22T11:56:06Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-22T11:56:06Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=8117ffb577a6fabb182604604dcec84f1b16affa'/>
<id>urn:sha1:8117ffb577a6fabb182604604dcec84f1b16affa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get memtables working finally</title>
<updated>2024-11-22T11:15:58Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-22T11:15:58Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=ebfcf66e0034b06a4eae72112c91f2d4ac49fdbc'/>
<id>urn:sha1:ebfcf66e0034b06a4eae72112c91f2d4ac49fdbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start reimplementing memtable changes after revert</title>
<updated>2024-11-21T14:38:20Z</updated>
<author>
<name>Jan Tuomi</name>
<email>jan@jantuomi.fi</email>
</author>
<published>2024-11-21T14:38:20Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/autere_db.git/commit/?id=1ee30efe415695e1b7d9b6390778a50e8168df04'/>
<id>urn:sha1:1ee30efe415695e1b7d9b6390778a50e8168df04</id>
<content type='text'>
</content>
</entry>
</feed>
