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
With 1.24.1 we disable transactions event filtering due to: #4379
We need to fix the underlying cause (bad DB design) and re-enable it.
Task
Fix the DB schema. We should force bytes for tx_hash everywhere since this really helps with size. A transaction hash is 32 bytes when stored as blob. But if stored as text it's (32 * 2 + 2) = 66 characters, so 528 bytes per hash. The difficult part here will be that we will also need to switch to using a bytes event_identifier for historical base entries.
Abstract
With 1.24.1 we disable transactions event filtering due to: #4379
We need to fix the underlying cause (bad DB design) and re-enable it.
Task
The text was updated successfully, but these errors were encountered: