bitmap indices for logs (#1124)
* save progress
* try now
* don't create bloom inside rlpDecode
* don't create bloom inside ApplyTransaction
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* rename method
* print timings
* print timings
* print timings
* sort before flush
* fix err lint
* clean
* move tests to transactions
* compressed version
* up bound
* up bound
* more tests
* more tests
* more tests
* more tests
* better removal
* clean
* better performance of get/put methods
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* optimize rpcdaemon
* fix test
* fix rpcdaemon
* fix test
* simplify
* simplify
* fix nil pointer
* clean
* revert some changes
* add some logs
* clean
* try without optimize
* clean
* clean
* clean
* clean
* try
* move log_index to own stage
* move log_index to own stage
* integration add log_index stage
* integration add log_index stage
* clean
* clean
* print timing
* remove duplicates at unwind
* extract truncateBitmaps func
* try detect
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* add blackList of topics
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* clean
* sharding 1
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 2
* sharded 3
* sharded 3
* sharded 3
* speedup things by putCurrent and putReserve
* clean
* optimize trim
* clean
* remove blacklist
* add more info to err
* ?
* clean
* clean
* clean
* clean
* clean
* working version
* switch to cgo version of roaring bitmaps
* clean
* clean
* clean
* clean
* more docs
* clean
* clean
* fix logs bloom field
* Fix debug_getModifiedAccountsByNumber
* Try to fix crash
* fix problem with "absent block"
* fix problem with "absent block"
* remove optimize method call
* remove roaring iterator
* fix problem with rebuild indicess
* remove debug prints
* tests for eth_getLogs involving topics
* add tests for new stage, speparate topics into 2 buckets
* version up
* remove debug logs
* remove debug logs
* remove bloom filter implementation
* Optimisation
* Optimisatin not required, make rpctest lenient to geth errors
* Lenient to geth failures
Co-authored-by:
Alexey Akhunov <akhounov@gmail.com>
Showing
- cmd/integration/commands/reset_state.go 20 additions, 0 deletionscmd/integration/commands/reset_state.go
- cmd/integration/commands/stages.go 54 additions, 1 deletioncmd/integration/commands/stages.go
- cmd/integration/commands/state_stages.go 3 additions, 3 deletionscmd/integration/commands/state_stages.go
- cmd/rpcdaemon/commands/debug_api.go 2 additions, 2 deletionscmd/rpcdaemon/commands/debug_api.go
- cmd/rpcdaemon/commands/eth_api.go 2 additions, 2 deletionscmd/rpcdaemon/commands/eth_api.go
- cmd/rpcdaemon/commands/get_receipts.go 124 additions, 249 deletionscmd/rpcdaemon/commands/get_receipts.go
- cmd/rpcdaemon/test.http 12 additions, 2 deletionscmd/rpcdaemon/test.http
- cmd/rpctest/main.go 10 additions, 9 deletionscmd/rpctest/main.go
- cmd/rpctest/rpctest/bench1.go 2 additions, 5 deletionscmd/rpctest/rpctest/bench1.go
- cmd/rpctest/rpctest/bench8.go 137 additions, 11 deletionscmd/rpctest/rpctest/bench8.go
- cmd/rpctest/rpctest/request_generator.go 12 additions, 1 deletioncmd/rpctest/rpctest/request_generator.go
- cmd/rpctest/rpctest/utils.go 17 additions, 0 deletionscmd/rpctest/rpctest/utils.go
- cmd/state/stateless/check_change_sets.go 2 additions, 1 deletioncmd/state/stateless/check_change_sets.go
- common/dbutils/bucket.go 15 additions, 0 deletionscommon/dbutils/bucket.go
- common/etl/buffers.go 1 addition, 0 deletionscommon/etl/buffers.go
- common/etl/collector.go 2 additions, 1 deletioncommon/etl/collector.go
- core/blockchain.go 1 addition, 1 deletioncore/blockchain.go
- core/generate_index.go 2 additions, 1 deletioncore/generate_index.go
- core/rawdb/accessors_chain_test.go 2 additions, 2 deletionscore/rawdb/accessors_chain_test.go
- core/types/receipt.go 2 additions, 2 deletionscore/types/receipt.go
Loading
Please register or sign in to comment