mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 01:07:00 +00:00
723975d2c9
The index for message was fairly inefficient as it was only using the cursor, as it was referring to the old chat_id field. This meant that newer messages would be fetched much faster then older messages. The index has been changed so that now it includes local_chat_id (which is currently used for filtering), and not using hide. The reason being is that hide is a low cardinality index, so there's no performance benefit to have it in, also it's mostly ignored by the query planner. https://github.com/status-im/status-go/pull/1986 Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
9 lines
315 B
JSON
9 lines
315 B
JSON
{
|
|
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
|
"owner": "status-im",
|
|
"repo": "status-go",
|
|
"version": "v0.54.1",
|
|
"commit-sha1": "20f45a7c1caa25a30853480ac47177b534536f26",
|
|
"src-sha256": "1hsjsv00dlbjp4nqnifymldr8v20arzv07l9l27jarq9dk00wbia"
|
|
}
|