at the moment the contract cache is in SQLite and the IPFS cache is using make-fetch-happen.
we should move both of those onto postgres, this way cache can be shared between all indexer instances, centralizing it might also help in making the cache shareable as it could be exported as a dump that devs or people running new indexers could import to their databsase.
at the moment the contract cache is in SQLite and the IPFS cache is using make-fetch-happen.
we should move both of those onto postgres, this way cache can be shared between all indexer instances, centralizing it might also help in making the cache shareable as it could be exported as a dump that devs or people running new indexers could import to their databsase.