今回は複数のテーブルを結合するSQLのチューニングを行います。前回と同様にTPC-Hの環境を使います。今回の対象のSQLは以下の通りです。 select l_orderkey, sum(l_extendedprice * (1 - l_discount)) as revenue, o_orderdate, o_shippriority from customer, orders, lineitem ...
While the solution for the problem in my other thread works for the time being, I'd like to still attempt to create a replacement for SQL's checksum() function, so I can get checksums that include ...