This is an automated email from the ASF dual-hosted git repository. okislal pushed a commit to branch madlib2-master in repository https://gitbox.apache.org/repos/asf/madlib.git
commit b195300080853098b38609548ef99a10168ad382 Author: Ekta Khanna <[email protected]> AuthorDate: Thu May 9 07:39:57 2024 -0700 Analyze to pick optimal plan for orca --- .../postgres/modules/deep_learning/test/madlib_keras_predict.sql_in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ports/postgres/modules/deep_learning/test/madlib_keras_predict.sql_in b/src/ports/postgres/modules/deep_learning/test/madlib_keras_predict.sql_in index 8f2b18e6..ca868dea 100644 --- a/src/ports/postgres/modules/deep_learning/test/madlib_keras_predict.sql_in +++ b/src/ports/postgres/modules/deep_learning/test/madlib_keras_predict.sql_in @@ -146,6 +146,7 @@ WHERE y = 0; INSERT INTO cifar_10_sample(id, x, y, imgpath) SELECT 5, x, 5, '0/img5.jpg' FROM cifar_10_sample WHERE y = 1; +ANALYZE cifar_10_sample; DROP TABLE IF EXISTS cifar_10_sample_int_batched; DROP TABLE IF EXISTS cifar_10_sample_int_batched_summary;
