You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Purpose: Compared Postgres DB and RocksDB configuration.

Parameters

All tests was performed with similar Iroha configuration:

config

{

  "block_store_path" : "/tmp/block_store",
  "database": {
      ...
  },

  "max_proposal_size" : 1000,
  "proposal_delay" : 1000,
  "vote_delay" : 500,
  "mst_enable" : true,
  "mst_expiration_time": 1440,
  "proposal_creation_timeout": 500,
  "stale_stream_max_rounds": 5
}


Machine configurations:


Iroha nodes,
each instance on separate VM

Number of CPUs

iroha memory, GB

Storage, per node
Configuration A732SSD, 8 Gb
Configuration B442SSD, 17 Gb
Configuration C485SSD, 218 Gb

1 - TPS Transactions per second, In our case we counted commited transactions.

  • No labels