Giter Site home page Giter Site logo

meeeejin / mysql-with-face Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 7.0 308.46 MB

Flash Memory as Cache Extension for MySQL

License: GNU General Public License v2.0

Shell 0.70% CMake 0.67% C 31.09% C++ 57.08% Perl 2.84% Batchfile 0.01% Pascal 0.10% Objective-C 0.89% Makefile 0.06% Python 0.09% Assembly 1.00% HTML 0.12% PHP 0.84% SourcePawn 0.08% SQLPL 0.06% Visual Basic 0.01% PLpgSQL 0.01% Yacc 0.69% Lex 0.02% Java 3.64%
mysql innodb cache-extension ssd

mysql-with-face's Introduction

MySQL with FaCE

Flash Memory as Cache Extension for MySQL 5.6.26.

FaCE is a new low-overhead caching strategy that uses flash memory as an extension to the RAM buffer of database systems. FaCE aims at improving the transaction throughput as well as shortening the recovery time from a system failure.

You can see the previous version of FaCE in here.

Documentation

Main features

  • Caching dirty pages
  • Multi-Vesion FIFO replacement
  • Group replacement
  • Group second chance

Configuration

You can add and set the value of parameter related to the SSD cache in the MySQL option file (my.cnf).

innodb_use_ssd_cache Specifies whether to use SSD cache. true or false.
innodb_ssd_cache_file The paths to SSD cache.
innodb_ssd_cache_size The size in bytes of the SSD cache. The default value is 2GB.

my.cnf example:

#ssd cache settings
innodb_use_ssd_cache=true
innodb_ssd_cache_file=/home/mijin/test_data/ssd_cache.db
innodb_ssd_cache_size=10G

Reference

Project Details

Powerpoint slide on SlideShare

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.