prysm-pulse/beacon-chain/db/kv
Preston Van Loon e203f66fe0 DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125)
* do not use batch for SaveAttestations
* use snappy compression
* Encode / decode everything with snappy
* Add snappy migration path
* batch is probably fine...
* fix test
* gofmt
* Merge branch 'master' of github.com:prysmaticlabs/prysm into remove-batch-attestations
* add sanity check
* remove that thing
* gaz
* Merge branch 'master' of github.com:prysmaticlabs/prysm into remove-batch-attestations
2019-11-27 06:32:56 +00:00
..
archive_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
archive.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
attestations_test.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
attestations.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
backup_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
backup.go Add database API for creating backups (#3694) 2019-10-03 17:29:49 +08:00
blocks_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
blocks.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
BUILD.bazel DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
checkpoint_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
checkpoint.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
deposit_contract_test.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
deposit_contract.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
encoding.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
finalized_block_roots_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
finalized_block_roots.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
kv_test.go Create a testing db method that can be used with the new database interface (#3217) 2019-08-15 17:41:51 -04:00
kv.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
migrate_snappy_test.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
migrate_snappy.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
operations_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
operations.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
schema.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
slashings_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
slashings.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
state_test.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
state.go DB Improvements: Snappy compression, remove some unnecessary batch / goroutines (#4125) 2019-11-27 06:32:56 +00:00
utils.go Do not save duplicated indices (#4118) 2019-11-26 13:26:35 -06:00
validators_test.go Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +00:00
validators.go Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +00:00