Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New WriteImpl to pipeline WAL/memtable write #2286

Closed
wants to merge 19 commits into from

Commits on May 18, 2017

  1. pipeline_writer

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    a6c95d8 View commit details
    Browse the repository at this point in the history
  2. pipeline option

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    67b11d5 View commit details
    Browse the repository at this point in the history
  3. Change naming of the option and add comments

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    507cf6c View commit details
    Browse the repository at this point in the history
  4. Pipeline write impl

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    a4a2a12 View commit details
    Browse the repository at this point in the history
  5. Add new file to TARGETS

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    5052995 View commit details
    Browse the repository at this point in the history
  6. Add new license header

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    c6b5e79 View commit details
    Browse the repository at this point in the history
  7. revert refactor around write context

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    bbcd421 View commit details
    Browse the repository at this point in the history
  8. fix tests

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9aa8d57 View commit details
    Browse the repository at this point in the history
  9. clang format

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    2886bf8 View commit details
    Browse the repository at this point in the history
  10. merge WriteThread and WritePipeline

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    45b441a View commit details
    Browse the repository at this point in the history
  11. address comment

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    21c4701 View commit details
    Browse the repository at this point in the history
  12. default disable pipelined write

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    57e53e1 View commit details
    Browse the repository at this point in the history
  13. Remove WriteGroup::ToVector()

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    6cce947 View commit details
    Browse the repository at this point in the history
  14. remove dummy writer logic

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    b000916 View commit details
    Browse the repository at this point in the history
  15. code cleanup

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9d994f6 View commit details
    Browse the repository at this point in the history
  16. Fix write_callback_test

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    d107f4b View commit details
    Browse the repository at this point in the history
  17. Fix DBTest.FlushSchedule

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    2a93957 View commit details
    Browse the repository at this point in the history
  18. fix clang and windows build

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    49979e9 View commit details
    Browse the repository at this point in the history
  19. fix lint

    Yi Wu committed May 18, 2017
    Configuration menu
    Copy the full SHA
    abd4566 View commit details
    Browse the repository at this point in the history