V
Size: a a a
V
D
V
at
S
NR
at
at
S
S
S
at
at
S
A
ENGINE = MergeTree(EventDate, (View, Click, Get, EventDate), 8192)
ENGINE = MergeTree
PARTITION BY toYYYYMM(EventDate)
ORDER BY (View, Click, Get, EventDate)
┌──────────────g_date─┬─────profit─┐
│ 2020-08-14 01:25:00 │ 1.06384226 │
│ 2020-08-14 01:26:00 │ 1.14885028 │
│ 2020-08-14 01:27:00 │ 1.06182347 │
│ 2020-08-14 01:28:00 │ 0.03494053 │
│ 2020-08-14 01:29:00 │ 0.25599383 │
└─────────────────────┴────────────┘
┌──────────────g_date─┬───────profit─┐
│ 2020-08-14 01:27:00 │ 0.02914438 │
│ 2020-08-14 01:28:00 │ 215.75539282 │
│ 2020-08-14 01:29:00 │ 172.57422046 │
└─────────────────────┴──────────────┘
D
ENGINE = MergeTree(EventDate, (View, Click, Get, EventDate), 8192)
ENGINE = MergeTree
PARTITION BY toYYYYMM(EventDate)
ORDER BY (View, Click, Get, EventDate)
┌──────────────g_date─┬─────profit─┐
│ 2020-08-14 01:25:00 │ 1.06384226 │
│ 2020-08-14 01:26:00 │ 1.14885028 │
│ 2020-08-14 01:27:00 │ 1.06182347 │
│ 2020-08-14 01:28:00 │ 0.03494053 │
│ 2020-08-14 01:29:00 │ 0.25599383 │
└─────────────────────┴────────────┘
┌──────────────g_date─┬───────profit─┐
│ 2020-08-14 01:27:00 │ 0.02914438 │
│ 2020-08-14 01:28:00 │ 215.75539282 │
│ 2020-08-14 01:29:00 │ 172.57422046 │
└─────────────────────┴──────────────┘
A
D
B
過