Wire Sysio Wire Sysion 1.0.0
|
limits for a kv database. More...
#include <kv_config.hpp>
Public Attributes | |
std::uint32_t | max_key_size = 0 |
the maximum size in bytes of a key | |
std::uint32_t | max_value_size = 0 |
the maximum size in bytes of a value | |
std::uint32_t | max_iterators = 0 |
the maximum number of iterators that a contract can have simultaneously. | |
Each database (ram or disk, currently) has its own limits for these parameters. The key and value limits apply when adding or modifying elements. They may be reduced below existing database entries.
Definition at line 15 of file kv_config.hpp.
std::uint32_t sysio::chain::kv_database_config::max_iterators = 0 |
Definition at line 18 of file kv_config.hpp.
std::uint32_t sysio::chain::kv_database_config::max_key_size = 0 |
Definition at line 16 of file kv_config.hpp.
std::uint32_t sysio::chain::kv_database_config::max_value_size = 0 |
Definition at line 17 of file kv_config.hpp.