Marco Neumann
|
ac20fecf6f
|
refactor: remove write buffer producer logic from `Db`
As a side effect, writing to database no longer requires `async`.
Closes #2243.
|
2021-11-26 12:02:27 +01:00 |
Raphael Taylor-Davies
|
8155747735
|
feat: add write buffer delete encoding (#2731) (#3127)
* feat: add write buffer delete encoding (#2731)
* chore: fix doc
* chore: review feedback
* chore: review feedback
* chore: fmt
* chore: review feedback
|
2021-11-17 16:12:19 +00:00 |
Raphael Taylor-Davies
|
3d091208af
|
refactor: move delete predicate into data_types (#2731) (#3094)
* refactor: move delete predicate into dml (#2731)
* refactor: move DeletePredicate to data_types
* chore: fix doc
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2021-11-15 10:28:58 +00:00 |
Carol (Nichols || Goulding)
|
f160712f5e
|
fix: Remove the concept of generations
From iox_object_store and everywhere that fails to compile as a result.
Also make path handling in iox_object_store a bit more consistent.
|
2021-10-28 13:20:28 -04:00 |
Carol (Nichols || Goulding)
|
8198c1ff2a
|
refactor: Rename IoxObjectStore constructors to better match what server does with Databases
|
2021-10-28 13:20:27 -04:00 |
Raphael Taylor-Davies
|
4087d094b1
|
refactor: rework write buffer compaction as integration test (#2830)
* refactor: rework write buffer compaction as integration test
* chore: fix lint
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2021-10-14 11:04:44 +00:00 |
Raphael Taylor-Davies
|
ba829436d7
|
feat: restart Database (#2822) (#2825)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2021-10-13 14:23:20 +00:00 |
Raphael Taylor-Davies
|
d390dfa280
|
feat: rework delete predicate preservation as integration test (#2820)
* feat: rework delete predicate preservation as integration test
* chore: review feedback
* chore: fix lint
|
2021-10-13 10:40:17 +00:00 |