* Accountsdb stream plugin improvement (#20419) Support using connection pooling and use multiple threads to do Postgres db operations. The performance is improved from 1500 RPS to 40,000 RPS measured during validator start. Support multiple plugins at the same time. * Fixed a fmt issue
4 lines
88 B
Rust
4 lines
88 B
Rust
pub mod accounts_selector;
|
|
pub mod accountsdb_plugin_postgres;
|
|
pub mod postgres_client;
|