solana/accountsdb-plugin-manager
Lijun Wang f14365f4b4
Accountsdb plugin postgres -- bulk insertion at startup (#20763)
Use bulk insertion to Postgres at startup to reduce time taken for initial snapshot restore for postgres plugin. Avoid duplicate writes of accounts at startup. Doing account plugin notification and indexing in parallel.

Improved error handling for postgres plugin to show the real db issues for debug purpose
Added more metrics for postgres plugin.
Refactored plugin centric code out to a sub module from accounts_db and added unit tests
2021-10-24 12:43:33 -07:00
..
src Accountsdb plugin postgres -- bulk insertion at startup (#20763) 2021-10-24 12:43:33 -07:00
Cargo.toml Accountsdb plugin metrics (#20606) 2021-10-13 08:36:39 -07:00