polypheny / Polypheny-DB

A self-adaptive Polystore that provides cost- and workload aware access to heterogeneous data.
https://polypheny.org
Apache License 2.0
123 stars 82 forks source link

Mount result read-only in Query-to-File #304

Open vogti opened 3 years ago

vogti commented 3 years ago

When executing arbitrary queries via Query-to-File, the result is materialized in the mounted folder. Since updating is anyway not support for arbitrary queries (this is only supported in the table mode), it would be beneficial to mount the folder read-only.

Since FUSE supports mounting file systems read-only, fixing this issue breaks down into finding the required options and setting them when executing arbitrary queries.

KhushV25 commented 7 months ago

Hey Can I work this issue ?