Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hammerdb TPC-H 中 DML/Select 操作的工作负载百分比是多少???
作为 oracle swingbench 基准百分比的调用循环就像大量的动态 PL/SQL。
高 CPU 使用率
• Select 83% • Insert 7% • Update 10% • Delete 0%
查询流都是 SELECT、复杂的即席查询,它们充分利用了并行查询/直接路径读取和/或列存储。如果启用了刷新功能,则一个连接将执行所有 INSERT,然后执行所有 DELETE。如果与查询吞吐量工作负载同时运行,则此函数可以涓涓细流,因此刷新速度很慢。因此,将 TPC-H 视为 SELECT 工作负载。