From d1e1d41c5940b8035c844a698a138892fa11b827 Mon Sep 17 00:00:00 2001 From: youngjinj Date: Mon, 2 Sep 2024 18:26:28 +0900 Subject: [PATCH] [CBRD-25519] Add partition pruning information to SQL Trace --- .../cbrd_24044/cbrd_24702/answers/cbrd_24702.answer | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sql/_35_fig_cake/cbrd_24044/cbrd_24702/answers/cbrd_24702.answer b/sql/_35_fig_cake/cbrd_24044/cbrd_24702/answers/cbrd_24702.answer index 70f793bbe5..2eb849cf88 100644 --- a/sql/_35_fig_cake/cbrd_24044/cbrd_24702/answers/cbrd_24702.answer +++ b/sql/_35_fig_cake/cbrd_24044/cbrd_24702/answers/cbrd_24702.answer @@ -65,6 +65,10 @@ Query Plan: Trace Statistics: SELECT (time: ?, fetch: ?, fetch_time: ?, ioread: ?) SCAN (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) =================================================== @@ -82,6 +86,10 @@ Query Plan: Trace Statistics: SELECT (time: ?, fetch: ?, fetch_time: ?, ioread: ?) SCAN (table: dba.t), (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (table: dba.t__p__p?), (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (table: dba.t__p__p?), (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (table: dba.t__p__p?), (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) + PARTITION (table: dba.t__p__p?), (heap time: ?, fetch: ?, ioread: ?, readrows: ?, rows: ?) ===================================================