Skip to content

Clickhouse sessions_v2 column clarifications #3330

Closed Answered by ruslandoga
ampaze asked this question in Self-Hosted Support
Discussion options

You must be logged in to vote

👋 @ampaze

I won't be able to answer all your question but here's what I know:

  1. Regarding what sign is see https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/collapsingmergetree, and here's how it is set:
    buffer.insert([%{updated_session | sign: 1}, %{found_session | sign: -1}])
    -- which means if there is a session in the cache, it's collapsed into the new one on insert
  2. -- if the session is updated (Plausible cache receives at least one more event for it), it's not a bounce
  3. I'd think pagevi…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ampaze
Comment options

You must be logged in to vote
1 reply
@ruslandoga
Comment options

Comment options

You must be logged in to vote
2 replies
@ruslandoga
Comment options

@ampaze
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants