Closed djmb closed 1 month ago
Solid Cable is using 500 bytes for the channel in the index. By generating a channel_hash column and indexing that instead we could have a much more compact index. WDYT @npezza93?
channel_hash
In Solid Cache we use an 8 byte integer generated from the start of a Digest::SHA256.digest.
Sweet! Thanks for this @djmb. Opened up #14 to address this.
Solid Cable is using 500 bytes for the channel in the index. By generating a
channel_hash
column and indexing that instead we could have a much more compact index. WDYT @npezza93?In Solid Cache we use an 8 byte integer generated from the start of a Digest::SHA256.digest.