You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: