GithubHelp home page GithubHelp logo

testing-lab's Introduction

daemon-dego-redis-cache.py

CREATE TABLE `cache_blocks` (
`hash` varchar(64) NOT NULL,
`height` bigint(20) unsigned NOT NULL,
`timestamp` bigint(20) unsigned NOT NULL,
`txnum` smallint(5) unsigned NOT NULL,
`blockinfo` longtext CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL CHECK (json_valid(`blockinfo`)),
PRIMARY KEY (`height`),
KEY `timestamp` (`timestamp`),
KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPRESSED;

Sorry, no guide yet :)

At least some tips:

export MYSQL_HOST_DEGO=localhost
export MYSQL_PORT_DEGO=3306
export MYSQL_USERNAME_DEGO=blockchain_user
export MYSQL_PASSWORD_DEGO=blockchain_password
export MYSQL_DATABASE_DEGO=blockchain_db
export DEGO_DAEMON_RPC=http://daemon-IP:daemon-rpc-PORT

zlib_vs_zstd.py output test

zlib level 9 compress for 50000 times.
completed compression zlib 50000 steps. Took 102s
new size from zlib: 24652 bytes.
zstd level 9 compress for 50000 times.
completed compression zstd 50000 steps. Took 60s
new size from zstd: 23283 bytes.
zlib decompress for 50000 times.
completed decompress zlib 50000 steps. Took 13s
zstd decompress for 50000 times.
completed decompress zstd 50000 steps. Took 3s```

testing-lab's People

Contributors

wrkzdev avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.