Coder Social home page Coder Social logo

Comments (3)

yoshinorim avatar yoshinorim commented on April 25, 2024

XA means XA between binlog and MyRocks -- writing xid into MyRocks, and proper roll forward/rollback at crash recovery.

from mysql-5.6.

mdcallag avatar mdcallag commented on April 25, 2024

This shows the impact (perf loss) from not having group commit in MyRocks.

This is the insert rate from a short run of the insert benchmark -- insert only, 3 secondary indexes/table, 10 clients each loading into a separate table, 10M rows total inserted using FB MySQL 5.6 with MyRocks vs Percona Server 5.6.26 for Toku. The database log (MyRocks, Toku) was not sync'ed on commit.

The database is on a 6 disk array with HW RAID and battery backed write cache.

Summary:

  • MyRocks loses perf from not having group commit
  • Toku in Percona Server no longer has a fast path when unique checks are disabled

Legend:

  • sync=1 - binlog enabled, sync_binlog=1
  • sync=0 - binlog enabled, sync_binlog=0
  • nobl - binlog disabled
  • nobl, nocheck - binlog disabled, unique checks disabled
inserts/second
rocks   toku    config
63694   129870  sync=1
64935   133333  sync=0
151515  136986  nobl
204082  136986  nobl, nocheck

from mysql-5.6.

reidHoruff avatar reidHoruff commented on April 25, 2024

XA and group commit support had been added to MyRocks.

from mysql-5.6.

Related Issues (20)

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.