blockchain2graph
blockchain2graph copied to clipboard
Performance of BitcoinTransaction hash lookups
Just wondering if it's worth while adding an index on BitcoinTransaction txid I.e. CREATE INDEX ON :BitcoinTransaction(hash)
Indeed, seems it's no more useful as I'm searching with txid and n. I will remove it in the next release (when neo4j 4 will be supported by spring) and I will run the benchmark