graphprotocol / graphprotocol/graph-node
Graphman copy indexing optimizations
Aperta
Nessuno ha ancora preso questa issue.
- #5364 di @zorancv — chiusa senza merge
area/graphman
ops
- Lingua principale
- Rust
- Stelle
- 3.2k
- Fork
- 1.1k
- Merge medio
- 4g 1h
- PR unite (30g)
- 1
Descrizione
To reduce the size of a DB shard without downtime, graphman copying deployments out is a good option. But it needs a few optimizations to be usable en masse, including on index creation. This track two of those optimizations:
- Create the indexes based on the index creation DDL of the source, not based on the default.
- Create the BTree indexes after the copy is done, and only the GiST afterwards.
@incrypto32 will mentor @itsjerryokolo on this task.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.