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

Initial MemoryManager and DiskManager APIs for query execution + External Sort implementation #1526

Merged
merged 14 commits into from
Jan 13, 2022

Commits on Jan 5, 2022

  1. Simplified memory management

    yjshen committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    378f848 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. External sorter as an example

    yjshen committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    96722d4 View commit details
    Browse the repository at this point in the history
  2. document more

    yjshen committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    5002525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e39a6f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. resolve comments

    yjshen committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    07e107c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    476e58b View commit details
    Browse the repository at this point in the history
  3. Adding test for memory manager

    yjshen committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a84f329 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

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

Commits on Jan 12, 2022

  1. unnecessary unsafe

    yjshen committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    234c565 View commit details
    Browse the repository at this point in the history
  2. fix lint

    yjshen committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    0fc85ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcb4aa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    54da646 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    yjshen committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3d6c865 View commit details
    Browse the repository at this point in the history
  3. resolve comments

    yjshen committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    04dca98 View commit details
    Browse the repository at this point in the history