Index required wallet connect DB columns before enabling the feature #14975
Labels
dapp-interactions
E:Desktop MVP Wallet Connect integration
Focusing on integrating the WC functionality and UX flows based on descoped designs
wallet-team
As reported by @cammellos the following columns (and any used in the meantime) should be indexed
wallet_connect_sessions
disconnected
,expiry
,test_chains
(WHERE
clause)pairing_topic
topic
wallet_connect_dapps
url
is primary keyRun
explain query plan ....
for all the queries we do and ensure the index is usedOptionally implement basic benchmarks for the usual operations "list dapps", "disable a session", "disable all sessions for pairing topic" ...
The text was updated successfully, but these errors were encountered: