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

Support COPY #748

Merged
merged 7 commits into from
Sep 14, 2024
Merged

Support COPY #748

merged 7 commits into from
Sep 14, 2024

Commits on Sep 14, 2024

  1. support copy command

    Parse COPY command and extract table and column names and options. Send the COPY query to all shards. Receive all CopyData and parse them. Check if they correspond to one shard. Send CopyData to that one shard. Then send CopyDone to all shards and receive responses.
    diPhantxm committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f1b49ae View commit details
    Browse the repository at this point in the history
  2. add tests

    diPhantxm committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e80cc96 View commit details
    Browse the repository at this point in the history
  3. fix unittest

    diPhantxm committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6a91484 View commit details
    Browse the repository at this point in the history
  4. more fix unit tests

    diPhantxm committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2ee3ff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a5627 View commit details
    Browse the repository at this point in the history
  6. fix unittest

    diPhantxm committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0908ff5 View commit details
    Browse the repository at this point in the history
  7. small fixes

    diPhantxm committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ba22678 View commit details
    Browse the repository at this point in the history