Skip to content
Discussion options

You must be logged in to vote

My current version of the clickhouse is 22.8.4.7. The server's CPU also supports SSE4.2 and AVX512 command sets.

Expect that all SIMD (SSE4.2, AVX2) up to AVX512 (not included) is used.
Consider upgrading to more recent release, to be able to use AVX512

VectorizedRowsFiltered
There is no such event

You can check compilation flags from here:

SELECT *
FROM system.build_options
WHERE name = 'CXX_FLAGS'

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ZhenNan2016
Comment options

@UnamedRus
Comment options

Answer selected by ZhenNan2016
@ZhenNan2016
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants