Skip to content

Spike: Full history for getTransaction(hash) #492

@Shaptic

Description

@Shaptic

@stellar/platform-eng please edit this with your baseline suggestions so we don't clutter with comments.

  • @urvisavla approximates the size of a full txhash -> ledger seq index table at ~500GiB
  • In the lighthorizon proof-of-concept, we built a prefix-trie index (build code and the trie itself) from the transaction hashes that you could then read from to do transaction lookups by hash, something like aa/12/34/.../transaction.xdr. We could, feasibly, extend galexie to build a similar index and have RPC proxy to it.

Metadata

Metadata

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions