You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rindexer at the moment on the no-code route stores things in pure hex strings so its easy to see in reality it could half the size of most things by storing a lot in bytes we could bring in a new field in the yaml under postgres called "binary_storage: true" and if enabled it store everything as binary when it can
note rust projects allow you to store things in bytes easily with the EthereumSqlWrapperTypes
The text was updated successfully, but these errors were encountered:
joshstevens19
changed the title
Advanced db storage = smaller db - binary
No-code advanced db storage = smaller db - binary
Jan 1, 2025
rindexer at the moment on the no-code route stores things in pure hex strings so its easy to see in reality it could half the size of most things by storing a lot in bytes we could bring in a new field in the yaml under postgres called "binary_storage: true" and if enabled it store everything as binary when it can
note rust projects allow you to store things in bytes easily with the EthereumSqlWrapperTypes
The text was updated successfully, but these errors were encountered: