v.25.6Improvement
Allow read-only mode
Allow read-only mode for themergetable function, so theCREATE TEMPORARY TABLEgrant is not required for using it. #80981 (Miсhael Stetsyuk).
Why it matters
This feature removes the need for users to have theCREATE TEMPORARY TABLE grant to use the merge table function, enhancing security and simplifying permissions management when querying merged tables.How to use it
Users can now use themerge table function as usual without any additional privilege if only read-only access is required. No changes to existing queries or permission grants are necessary to benefit from this improvement.