Hi Jian,
Tested this patch with COPY sales TO STDOUT; ~ 1.909ms, improving performance
over the older COPY (SELECT * FROM sales) TO STDOUT; ~ 3.80ms method. This
eliminates query planning overhead and significantly speeds up data export from
partitioned tables.
Our test setup involved creating
The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation:not tested
Hi Pavel,
I have tested this patch, and it proves to be highly useful when h
The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation:not tested
Hi,
Tested this patch with `--no-policies` option works as expected by ensuri
The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation:not tested
Hi,
Tested the latest patch that allows direct `COPY` operations on Materiali
The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: tested, failed
Spec compliant: tested, failed
Documentation:tested, failed
Hi Yuya,
Tested this patch and noted that this patch signific
The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: tested, failed
Spec compliant: tested, failed
Documentation:tested, failed
Hi Jim,
I tested the function with dynamically generated XML
The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: tested, failed
Spec compliant: tested, failed
Documentation:tested, failed
Hi Joel,
After testing the patch, I observed that for single-
The following review has been posted through the commitfest application:
make installcheck-world: tested, failed
Implements feature: tested, failed
Spec compliant: tested, failed
Documentation:tested, failed
Hi Ivan Kush
I tested the patch with `commands.sql` and obser