solana-accountsdb-connector icon indicating copy to clipboard operation
solana-accountsdb-connector copied to clipboard

Results 2 solana-accountsdb-connector issues
Sort by recently updated
recently updated
newest added

I was looked on PostgreSQL schema and my eyes catched a few indices. https://github.com/ckamm/solana-accountsdb-connector/blob/c18632c1b2dad92b3358acc22a5b4fa6fec55f1b/connector-raw/scripts/create_schema.sql#L63-L66 It looks like `PRIMARY KEY` can be replaced by `CREATE UNIQUE INDEX account_write_searchkey`. Not sure about...

While looking at the "slot" table I noticed occasional slots that have no parent slot set. That can lead to problems, need to investigate how and why that happens.