From afa1a629301214a1c4d33cdf56d97d5e07f925e8 Mon Sep 17 00:00:00 2001 From: Gezi-lzq Date: Thu, 2 Jan 2025 00:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=A4=AA=E8=AE=B0=E6=A1=8C?= =?UTF-8?q?=E9=9D=A2=E7=89=88=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tiddlers/predicate pushdown.tid | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tiddlers/predicate pushdown.tid diff --git a/tiddlers/predicate pushdown.tid b/tiddlers/predicate pushdown.tid new file mode 100644 index 0000000..3200239 --- /dev/null +++ b/tiddlers/predicate pushdown.tid @@ -0,0 +1,8 @@ +created: 20250101161116458 +creator: Gezi-lzq +modified: 20250101161155452 +modifier: Gezi-lzq +tags: 大数据 +title: predicate pushdown + +在数据存储和查询优化中,"predicate pushdown" 是一种优化技术,涉及在数据库查询过程中尽量在查询早期阶段进行过滤条件的应用,以减少不必要的数据扫描和处理。这个过程通常发生在存储引擎层面,查询引擎将过滤条件(谓词)下推到数据源以尽量减少返回的数据量。 \ No newline at end of file