Skip to content

Commit

Permalink
FWFS stores objectIDs directly (breaking change) (#2321)
Browse files Browse the repository at this point in the history
This PR simplifies FWFS further by storing object identifiers as image offsets. Advantages:

- No cache required
- Faster because we can jump directly to the referenced record
- Debugging and introspection is much easier

The references are stored as packed integers (1 - 4 bytes).

Note: Existing images need to be rebuilt. This change should have been included in #2315 as the use of numeric object IDs was part of the abstraction for object stores.
  • Loading branch information
mikee47 authored and slaff committed Sep 27, 2021
1 parent de182a2 commit 3285aaf
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit 3285aaf

Please sign in to comment.