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

Dropping columnstore table doesn't deleting its files #22

Open
zizouqidashen opened this issue Nov 11, 2024 · 1 comment
Open

Dropping columnstore table doesn't deleting its files #22

zizouqidashen opened this issue Nov 11, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@zizouqidashen
Copy link

What happens?

when I drop a column store table , the file is alredy exists and the file space was not released, how to release the file space when drop a column store table

To Reproduce

create table sometable ..... using columnstore

insert into sometable .....

drop table sometable

OS:

linux

pg_mooncake Version:

latest docker image

Postgres Version:

latest docker image

Are you using pg_mooncake Docker, Neon, or the extension standalone?

pg_mooncake Docker Image

@zizouqidashen zizouqidashen added the bug Something isn't working label Nov 11, 2024
@dpxcc dpxcc changed the title howe to drop column store table Dropping columnstore table doesn't deleting its files Nov 12, 2024
@dpxcc
Copy link
Contributor

dpxcc commented Nov 12, 2024

Thanks for the bug report!
We are aware of this issue and are actively working on it
The challenge is that Postgres uses a process model which makes refcounting its files harder

@dpxcc dpxcc added this to the 0.1.0 milestone Nov 13, 2024
@dpxcc dpxcc modified the milestones: 0.1.0, 0.2.0 Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants