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
Some u64 values are stored as strings because SQLite doesn't store u64. In some queries such as SqlStorage::get_paginated_log_entries these values are cast as numeric values.
We should add an index on those casted values so they don't have to be generated for each query.
The text was updated successfully, but these errors were encountered:
Some u64 values are stored as strings because SQLite doesn't store u64. In some queries such as
SqlStorage::get_paginated_log_entries
these values are cast as numeric values.We should add an index on those casted values so they don't have to be generated for each query.
The text was updated successfully, but these errors were encountered: