Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Implement Free Space Maps so mutation of data doesn't need a linear scan/parse non stop. #16

Closed
chotchki opened this issue Aug 21, 2021 · 0 comments

Comments

@chotchki
Copy link
Owner

Did more thinking, I should implement postgres's streams concept so that I don't need to do lookups to find associated metadata on an object.
I thought I was going to get to use Uuid+page offset. I think its now going to be uuid+page offset+ type.

struct PageId + enum PageType should do it (done).

@chotchki chotchki added this to To do in FeOphant MVP Aug 21, 2021
@chotchki chotchki moved this from To do to In progress in FeOphant MVP Aug 22, 2021
chotchki added a commit that referenced this issue Aug 23, 2021
@chotchki chotchki moved this from In progress to Done in FeOphant MVP Aug 23, 2021
@chotchki chotchki moved this from Done to In progress in FeOphant MVP Aug 23, 2021
FeOphant MVP automation moved this from In progress to Done Aug 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

1 participant