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

Add AUTO RELEASE TEMP BLOBID transaction option #8323

Merged

Commits on Nov 21, 2024

  1. Add AUTO RELEASE TEMP BLOBID transaction option

    It makes the transaction release temporary ID of user BLOB just after its materialization. It's useful for massive insertions of records with user-defined BLOBs because it eliminates the memory overhead caused by creating and keeping temporary IDs until the transaction ends. This option is used during the database restore.
    ilya071294 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fc8a889 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    7c47747 View commit details
    Browse the repository at this point in the history
  2. Avoid repeated attempts to start a transaction with options that are …

    …not supported by the target server
    ilya071294 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    03d36f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eab3d1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51e224f View commit details
    Browse the repository at this point in the history
  5. Do not use unsupported options for transactions of parallel workers p…

    …erforming RestoreRelationTask
    ilya071294 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    6c87a5c View commit details
    Browse the repository at this point in the history