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

[dbnode] Use ref to segment data for index results instead of alloc each #1839

Merged
merged 38 commits into from
Oct 28, 2019

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    2c7d30f View commit details
    Browse the repository at this point in the history
  2. Remove updating string list

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    886f4c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7de48d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcb003e View commit details
    Browse the repository at this point in the history
  5. Change promremotebench settings

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    89dc0c7 View commit details
    Browse the repository at this point in the history
  6. Fix index cache

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    2403878 View commit details
    Browse the repository at this point in the history
  7. Adjust benchmark queries

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    f4b2289 View commit details
    Browse the repository at this point in the history
  8. Fix query

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    072fe06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1aeb30 View commit details
    Browse the repository at this point in the history
  10. Do not write to checked bytes

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4e8c447 View commit details
    Browse the repository at this point in the history
  11. Fix the closers pool defaults

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a057776 View commit details
    Browse the repository at this point in the history
  12. Resize context pool lower

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a33f344 View commit details
    Browse the repository at this point in the history
  13. Increase pool again

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    22c6de3 View commit details
    Browse the repository at this point in the history
  14. Use pooled contexts where possible

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    7a09ee8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    be67982 View commit details
    Browse the repository at this point in the history
  16. Generate mocks

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8cbbb47 View commit details
    Browse the repository at this point in the history
  17. Fix tests

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8d46491 View commit details
    Browse the repository at this point in the history
  18. Fix some tests

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4401364 View commit details
    Browse the repository at this point in the history
  19. Fix delayed finalization

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8b928f7 View commit details
    Browse the repository at this point in the history
  20. Remove unused vars

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4cb4939 View commit details
    Browse the repository at this point in the history
  21. Generate ID list gen

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c88661a View commit details
    Browse the repository at this point in the history
  22. Fix tests

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d3d8e58 View commit details
    Browse the repository at this point in the history
  23. Remove generate statement

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c70af66 View commit details
    Browse the repository at this point in the history
  24. Add missing header

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    00a0d3c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ff992ed View commit details
    Browse the repository at this point in the history
  26. Fix tests

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    662bfaf View commit details
    Browse the repository at this point in the history
  27. Remove context options

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b70bb57 View commit details
    Browse the repository at this point in the history
  28. Generate mocks

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5368e21 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    95185a4 View commit details
    Browse the repository at this point in the history
  30. Fix m3tsz tests

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b20e2a7 View commit details
    Browse the repository at this point in the history
  31. Fix big unit tests

    robskillington authored and notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e5ced9b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3317710 View commit details
    Browse the repository at this point in the history
  33. Patches checked.Bytes finalization logic (#2011)

    * Make bytesRef finalization called by RefCount Finalize call
    notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3e9511b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5b1829d View commit details
    Browse the repository at this point in the history
  35. Fix service code.

    notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8a86f85 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8b27718 View commit details
    Browse the repository at this point in the history
  37. Fix tests.

    notbdu committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4d5fef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    cb0ebfb View commit details
    Browse the repository at this point in the history