Skip to content

GTT's pages are not released while dropping it #6932

@ilya071294

Description

@ilya071294

The problem is related to GTTs ON COMMIT PRESERVE ROWS.
Steps to reproduce:

  1. Create GTT. For example: create global temporary table temp_table(id bigint, str varchar(100)) on commit preserve rows;
  2. Insert some data in it.
  3. Drop it.

Repeat these steps many times, and the temp file will be constantly growing in size.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions