graphprotocol / graphprotocol/graph-node
Graphman copy indexing optimizations
Ouverte
Personne n'a encore pris cette issue.
- #5364 par @zorancv — fermée sans fusion
area/graphman
ops
- Langage dominant
- Rust
- Étoiles
- 3.2k
- Forks
- 1.1k
- Merge moyen
- 4 j 1 h
- PR mergées (30 j)
- 1
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Évaluation
Cette issue n'a pas encore été évaluée.