Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.17 KB | None | 0 0
  1. CREATE TABLE IF NOT EXISTS ff_events (
  2. Sign Int8,
  3. Hash String CODEC(ZSTD),
  4. InsertTime DateTime Codec(T64),
  5. EventType UInt8,
  6. TrackingDomain LowCardinality(String),
  7. EntranceID UInt64,
  8. VisitorID UInt64,
  9. VisitorTagIDs Array(LowCardinality(String)),
  10. HitID UInt64,
  11. TrafficSourceID UInt64,
  12. TrackingFields String CODEC(ZSTD),
  13. MVTCombination String CODEC(ZSTD),
  14. MVTPairs Array(LowCardinality(String)) CODEC(ZSTD),
  15. CampaignID UInt64,
  16. FunnelID UInt64,
  17. NodeID UInt64,
  18. NodeType UInt8,
  19. OfferSourceID UInt64,
  20. PageID UInt64,
  21. PageCategoryID UInt64,
  22. TimeOnPage Nullable(UInt32),
  23. NodesPath Array(LowCardinality(String)),
  24. PagesPath Array(LowCardinality(String)),
  25. ClickID UInt64,
  26. ConversionID UInt64,
  27. ConversionTransaction String CODEC(ZSTD),
  28. ConvertedHitID UInt64,
  29. LocationContinent LowCardinality(String),
  30. LocationCountry FixedString(2),
  31. LocationRegion LowCardinality(String),
  32. LocationCity LowCardinality(String),
  33. LocationTimezone LowCardinality(String),
  34. DeviceType UInt8,
  35. DeviceBrand LowCardinality(String),
  36. DeviceModel LowCardinality(String),
  37. DeviceModelName LowCardinality(String),
  38. DeviceOS LowCardinality(String),
  39. DeviceOSVersion LowCardinality(String),
  40. DeviceBrowser LowCardinality(String),
  41. DeviceBrowserVersion LowCardinality(String),
  42. DeviceMainLanguage LowCardinality(String),
  43. DeviceOtherLanguages Array(LowCardinality(String)),
  44. DeviceUserAgent String CODEC(ZSTD),
  45. ConnectionIPv4 Nullable(IPv4),
  46. ConnectionIPv6 Nullable(IPv6),
  47. ConnectionISP LowCardinality(String),
  48. ConnectionMobileCarrier LowCardinality(String),
  49. ConnectionType UInt8,
  50. ConnectionReferrer String CODEC(ZSTD),
  51. ConnectionReferrerDomain LowCardinality(String),
  52. IsFiltered UInt8,
  53. IsEntrance UInt8,
  54. IsEntranceUniq UInt8,
  55. IsNodeView UInt8,
  56. IsNodeViewUniq UInt8,
  57. IsLanderView UInt8,
  58. IsLanderViewUniq UInt8,
  59. IsOfferView UInt8,
  60. IsOfferViewUniq UInt8,
  61. IsLanderClick UInt8,
  62. IsLanderClickUniq UInt8,
  63. IsOfferClick UInt8,
  64. IsOfferClickUniq UInt8,
  65. IsConversion UInt8,
  66. IsPathConversion UInt8,
  67. IsIndirectConversion UInt8,
  68. IsClickConversion UInt8,
  69. Revenue Float64,
  70. PathRevenue Float64,
  71. IndirectRevenue Float64,
  72. ClickRevenue Float64,
  73. ClickActionNum UInt8,
  74. Cost Float64,
  75. EntranceTime DateTime Codec(T64),
  76. HitTime DateTime Codec(T64),
  77. ClickTime Nullable(DateTime),
  78. ConversionTime Nullable(DateTime),
  79. EntranceDate Date Codec(T64)
  80. ) ENGINE = CollapsingMergeTree(Sign)
  81. PARTITION BY (toYYYYMM(EntranceDate))
  82. ORDER BY (EntranceDate, TrafficSourceID, CampaignID, FunnelID, NodeID, PageID, PagesPath, NodesPath, VisitorID, Hash)
  83.  
  84.  
  85. SELECT
  86. partition,
  87. name,
  88. active,
  89. rows,
  90. bytes_on_disk,
  91. modification_time
  92. FROM system.parts
  93. WHERE table = 'ff_events'
  94.  
  95. ┌─partition─┬─name────────────────────┬─active─┬───rows─┬─bytes_on_disk─┬───modification_time─┐
  96. │ 202003 │ 202003_1_19104_1771 │ 1 │ 236544 │ 20392175 │ 2020-03-30 01:58:19 │
  97. │ 202003 │ 202003_19105_41223_2446 │ 1 │ 245469 │ 21930769 │ 2020-03-30 15:55:14 │
  98. │ 202003 │ 202003_41224_45757_350 │ 1 │ 139759 │ 12079070 │ 2020-03-30 18:03:35 │
  99. │ 202003 │ 202003_45758_52792_841 │ 1 │ 137461 │ 11120401 │ 2020-03-30 21:44:25 │
  100. │ 202003 │ 202003_52793_62584_1155 │ 1 │ 121124 │ 8697405 │ 2020-03-31 02:03:40 │
  101. │ 202003 │ 202003_62585_66159_1302 │ 1 │ 26588 │ 1677115 │ 2020-03-31 04:46:54 │
  102. │ 202003 │ 202003_66160_66268_27 │ 0 │ 675 │ 53254 │ 2020-03-31 04:55:34 │
  103. │ 202003 │ 202003_66160_66272_28 │ 0 │ 708 │ 55218 │ 2020-03-31 04:55:48 │
  104. │ 202003 │ 202003_66160_66276_29 │ 0 │ 742 │ 57152 │ 2020-03-31 04:55:53 │
  105. │ 202003 │ 202003_66160_66280_30 │ 0 │ 768 │ 58293 │ 2020-03-31 04:56:00 │
  106. │ 202003 │ 202003_66160_66284_31 │ 0 │ 797 │ 59932 │ 2020-03-31 04:56:05 │
  107. │ 202003 │ 202003_66160_66288_32 │ 0 │ 824 │ 61732 │ 2020-03-31 04:56:15 │
  108. │ 202003 │ 202003_66160_66292_33 │ 0 │ 857 │ 64103 │ 2020-03-31 04:56:32 │
  109. │ 202003 │ 202003_66160_66296_34 │ 0 │ 878 │ 65339 │ 2020-03-31 04:56:43 │
  110. │ 202003 │ 202003_66160_66300_35 │ 0 │ 896 │ 66457 │ 2020-03-31 04:56:53 │
  111. │ 202003 │ 202003_66160_66304_36 │ 0 │ 916 │ 67790 │ 2020-03-31 04:57:13 │
  112. │ 202003 │ 202003_66160_66308_37 │ 0 │ 936 │ 68750 │ 2020-03-31 04:57:25 │
  113. │ 202003 │ 202003_66160_66312_38 │ 0 │ 968 │ 71269 │ 2020-03-31 04:58:04 │
  114. │ 202003 │ 202003_66160_66316_39 │ 0 │ 993 │ 72339 │ 2020-03-31 04:58:16 │
  115. │ 202003 │ 202003_66160_66320_40 │ 0 │ 1020 │ 73771 │ 2020-03-31 04:58:53 │
  116. │ 202003 │ 202003_66160_66324_41 │ 0 │ 1047 │ 75274 │ 2020-03-31 04:59:07 │
  117. │ 202003 │ 202003_66160_66328_42 │ 0 │ 1068 │ 76278 │ 2020-03-31 04:59:23 │
  118. │ 202003 │ 202003_66160_66332_43 │ 0 │ 1096 │ 77944 │ 2020-03-31 04:59:31 │
  119. │ 202003 │ 202003_66160_66336_44 │ 0 │ 1114 │ 79151 │ 2020-03-31 04:59:59 │
  120. │ 202003 │ 202003_66160_66340_45 │ 0 │ 1136 │ 80260 │ 2020-03-31 05:00:29 │
  121. │ 202003 │ 202003_66160_66344_46 │ 0 │ 1155 │ 81517 │ 2020-03-31 05:00:46 │
  122. │ 202003 │ 202003_66160_66348_47 │ 0 │ 1179 │ 82405 │ 2020-03-31 05:00:57 │
  123. │ 202003 │ 202003_66160_66352_48 │ 0 │ 1201 │ 83954 │ 2020-03-31 05:01:23 │
  124. │ 202003 │ 202003_66160_66356_49 │ 0 │ 1230 │ 86141 │ 2020-03-31 05:01:36 │
  125. │ 202003 │ 202003_66160_66360_50 │ 0 │ 1258 │ 87621 │ 2020-03-31 05:01:48 │
  126. │ 202003 │ 202003_66160_66364_51 │ 0 │ 1278 │ 88415 │ 2020-03-31 05:02:00 │
  127. │ 202003 │ 202003_66160_66368_52 │ 0 │ 1317 │ 90547 │ 2020-03-31 05:02:09 │
  128. │ 202003 │ 202003_66160_66372_53 │ 0 │ 1335 │ 91271 │ 2020-03-31 05:02:23 │
  129. │ 202003 │ 202003_66160_66376_54 │ 0 │ 1360 │ 92866 │ 2020-03-31 05:02:45 │
  130. │ 202003 │ 202003_66160_66380_55 │ 1 │ 1381 │ 94127 │ 2020-03-31 05:03:11 │
  131. │ 202003 │ 202003_66269_66269_0 │ 0 │ 10 │ 10940 │ 2020-03-31 04:55:37 │
  132. │ 202003 │ 202003_66270_66270_0 │ 0 │ 9 │ 11465 │ 2020-03-31 04:55:41 │
  133. │ 202003 │ 202003_66271_66271_0 │ 0 │ 5 │ 10179 │ 2020-03-31 04:55:45 │
  134. │ 202003 │ 202003_66272_66272_0 │ 0 │ 9 │ 10827 │ 2020-03-31 04:55:47 │
  135. │ 202003 │ 202003_66273_66273_0 │ 0 │ 5 │ 10283 │ 2020-03-31 04:55:48 │
  136. │ 202003 │ 202003_66274_66274_0 │ 0 │ 12 │ 11283 │ 2020-03-31 04:55:49 │
  137. │ 202003 │ 202003_66275_66275_0 │ 0 │ 4 │ 10447 │ 2020-03-31 04:55:51 │
  138. │ 202003 │ 202003_66276_66276_0 │ 0 │ 13 │ 11492 │ 2020-03-31 04:55:53 │
  139. │ 202003 │ 202003_66277_66277_0 │ 0 │ 9 │ 10788 │ 2020-03-31 04:55:54 │
  140. │ 202003 │ 202003_66278_66278_0 │ 0 │ 4 │ 10516 │ 2020-03-31 04:55:56 │
  141. │ 202003 │ 202003_66279_66279_0 │ 0 │ 5 │ 10294 │ 2020-03-31 04:55:58 │
  142. │ 202003 │ 202003_66280_66280_0 │ 0 │ 8 │ 10545 │ 2020-03-31 04:56:00 │
  143. │ 202003 │ 202003_66281_66281_0 │ 0 │ 12 │ 11173 │ 2020-03-31 04:56:01 │
  144. │ 202003 │ 202003_66282_66282_0 │ 0 │ 5 │ 10212 │ 2020-03-31 04:56:02 │
  145. │ 202003 │ 202003_66283_66283_0 │ 0 │ 4 │ 10588 │ 2020-03-31 04:56:03 │
  146. │ 202003 │ 202003_66284_66284_0 │ 0 │ 8 │ 10573 │ 2020-03-31 04:56:05 │
  147. │ 202003 │ 202003_66285_66285_0 │ 0 │ 4 │ 10193 │ 2020-03-31 04:56:06 │
  148. │ 202003 │ 202003_66286_66286_0 │ 0 │ 8 │ 10609 │ 2020-03-31 04:56:07 │
  149. │ 202003 │ 202003_66287_66287_0 │ 0 │ 5 │ 10284 │ 2020-03-31 04:56:09 │
  150. │ 202003 │ 202003_66288_66288_0 │ 0 │ 10 │ 10789 │ 2020-03-31 04:56:15 │
  151. │ 202003 │ 202003_66289_66289_0 │ 0 │ 5 │ 10300 │ 2020-03-31 04:56:18 │
  152. │ 202003 │ 202003_66290_66290_0 │ 0 │ 10 │ 11262 │ 2020-03-31 04:56:25 │
  153. │ 202003 │ 202003_66291_66291_0 │ 0 │ 10 │ 10811 │ 2020-03-31 04:56:29 │
  154. │ 202003 │ 202003_66292_66292_0 │ 0 │ 8 │ 11598 │ 2020-03-31 04:56:32 │
  155. │ 202003 │ 202003_66293_66293_0 │ 0 │ 3 │ 10533 │ 2020-03-31 04:56:37 │
  156. │ 202003 │ 202003_66294_66294_0 │ 0 │ 9 │ 10791 │ 2020-03-31 04:56:39 │
  157. │ 202003 │ 202003_66295_66295_0 │ 0 │ 4 │ 10235 │ 2020-03-31 04:56:41 │
  158. │ 202003 │ 202003_66296_66296_0 │ 0 │ 5 │ 10207 │ 2020-03-31 04:56:43 │
  159. │ 202003 │ 202003_66297_66297_0 │ 0 │ 4 │ 10726 │ 2020-03-31 04:56:45 │
  160. │ 202003 │ 202003_66298_66298_0 │ 0 │ 5 │ 10320 │ 2020-03-31 04:56:50 │
  161. │ 202003 │ 202003_66299_66299_0 │ 0 │ 5 │ 10282 │ 2020-03-31 04:56:52 │
  162. │ 202003 │ 202003_66300_66300_0 │ 0 │ 5 │ 10653 │ 2020-03-31 04:56:53 │
  163. │ 202003 │ 202003_66301_66301_0 │ 0 │ 3 │ 9912 │ 2020-03-31 04:57:02 │
  164. │ 202003 │ 202003_66302_66302_0 │ 0 │ 6 │ 10457 │ 2020-03-31 04:57:03 │
  165. │ 202003 │ 202003_66303_66303_0 │ 0 │ 4 │ 10193 │ 2020-03-31 04:57:08 │
  166. │ 202003 │ 202003_66304_66304_0 │ 0 │ 8 │ 11379 │ 2020-03-31 04:57:12 │
  167. │ 202003 │ 202003_66305_66305_0 │ 0 │ 4 │ 10399 │ 2020-03-31 04:57:13 │
  168. │ 202003 │ 202003_66306_66306_0 │ 0 │ 4 │ 10194 │ 2020-03-31 04:57:19 │
  169. │ 202003 │ 202003_66307_66307_0 │ 0 │ 4 │ 10524 │ 2020-03-31 04:57:25 │
  170. │ 202003 │ 202003_66308_66308_0 │ 0 │ 9 │ 10803 │ 2020-03-31 04:57:25 │
  171. │ 202003 │ 202003_66309_66309_0 │ 0 │ 5 │ 10280 │ 2020-03-31 04:57:26 │
  172. │ 202003 │ 202003_66310_66310_0 │ 0 │ 14 │ 11528 │ 2020-03-31 04:57:36 │
  173. │ 202003 │ 202003_66311_66311_0 │ 0 │ 3 │ 10022 │ 2020-03-31 04:57:41 │
  174. │ 202003 │ 202003_66312_66312_0 │ 0 │ 10 │ 11066 │ 2020-03-31 04:58:04 │
  175. │ 202003 │ 202003_66313_66313_0 │ 0 │ 4 │ 10663 │ 2020-03-31 04:58:08 │
  176. │ 202003 │ 202003_66314_66314_0 │ 0 │ 8 │ 10601 │ 2020-03-31 04:58:10 │
  177. │ 202003 │ 202003_66315_66315_0 │ 0 │ 8 │ 10617 │ 2020-03-31 04:58:14 │
  178. │ 202003 │ 202003_66316_66316_0 │ 0 │ 5 │ 10250 │ 2020-03-31 04:58:16 │
  179. │ 202003 │ 202003_66317_66317_0 │ 0 │ 4 │ 10566 │ 2020-03-31 04:58:19 │
  180. │ 202003 │ 202003_66318_66318_0 │ 0 │ 5 │ 10186 │ 2020-03-31 04:58:45 │
  181. │ 202003 │ 202003_66319_66319_0 │ 0 │ 9 │ 11677 │ 2020-03-31 04:58:50 │
  182. │ 202003 │ 202003_66320_66320_0 │ 0 │ 9 │ 11024 │ 2020-03-31 04:58:53 │
  183. │ 202003 │ 202003_66321_66321_0 │ 0 │ 4 │ 10885 │ 2020-03-31 04:58:56 │
  184. │ 202003 │ 202003_66322_66322_0 │ 0 │ 9 │ 10825 │ 2020-03-31 04:59:00 │
  185. │ 202003 │ 202003_66323_66323_0 │ 0 │ 5 │ 10244 │ 2020-03-31 04:59:01 │
  186. │ 202003 │ 202003_66324_66324_0 │ 0 │ 9 │ 11603 │ 2020-03-31 04:59:07 │
  187. │ 202003 │ 202003_66325_66325_0 │ 0 │ 5 │ 10220 │ 2020-03-31 04:59:14 │
  188. │ 202003 │ 202003_66326_66326_0 │ 0 │ 9 │ 10812 │ 2020-03-31 04:59:15 │
  189. │ 202003 │ 202003_66327_66327_0 │ 0 │ 4 │ 10943 │ 2020-03-31 04:59:16 │
  190. │ 202003 │ 202003_66328_66328_0 │ 0 │ 3 │ 10400 │ 2020-03-31 04:59:23 │
  191. │ 202003 │ 202003_66329_66329_0 │ 0 │ 13 │ 11274 │ 2020-03-31 04:59:26 │
  192. │ 202003 │ 202003_66330_66330_0 │ 0 │ 6 │ 10475 │ 2020-03-31 04:59:28 │
  193. │ 202003 │ 202003_66331_66331_0 │ 0 │ 5 │ 10172 │ 2020-03-31 04:59:29 │
  194. │ 202003 │ 202003_66332_66332_0 │ 0 │ 4 │ 10543 │ 2020-03-31 04:59:31 │
  195. │ 202003 │ 202003_66333_66333_0 │ 0 │ 3 │ 10469 │ 2020-03-31 04:59:34 │
  196. │ 202003 │ 202003_66334_66334_0 │ 0 │ 5 │ 10223 │ 2020-03-31 04:59:34 │
  197. │ 202003 │ 202003_66335_66335_0 │ 0 │ 4 │ 10486 │ 2020-03-31 04:59:42 │
  198. │ 202003 │ 202003_66336_66336_0 │ 0 │ 6 │ 10404 │ 2020-03-31 04:59:59 │
  199. │ 202003 │ 202003_66337_66337_0 │ 0 │ 7 │ 10674 │ 2020-03-31 05:00:18 │
  200. │ 202003 │ 202003_66338_66338_0 │ 0 │ 5 │ 10161 │ 2020-03-31 05:00:20 │
  201. │ 202003 │ 202003_66339_66339_0 │ 0 │ 5 │ 10178 │ 2020-03-31 05:00:26 │
  202. │ 202003 │ 202003_66340_66340_0 │ 0 │ 5 │ 10205 │ 2020-03-31 05:00:29 │
  203. │ 202003 │ 202003_66341_66341_0 │ 0 │ 5 │ 10171 │ 2020-03-31 05:00:34 │
  204. │ 202003 │ 202003_66342_66342_0 │ 0 │ 5 │ 10221 │ 2020-03-31 05:00:38 │
  205. │ 202003 │ 202003_66343_66343_0 │ 0 │ 4 │ 10502 │ 2020-03-31 05:00:40 │
  206. │ 202003 │ 202003_66344_66344_0 │ 0 │ 5 │ 10188 │ 2020-03-31 05:00:46 │
  207. │ 202003 │ 202003_66345_66345_0 │ 0 │ 5 │ 10142 │ 2020-03-31 05:00:49 │
  208. │ 202003 │ 202003_66346_66346_0 │ 0 │ 9 │ 10784 │ 2020-03-31 05:00:50 │
  209. │ 202003 │ 202003_66347_66347_0 │ 0 │ 5 │ 10238 │ 2020-03-31 05:00:52 │
  210. │ 202003 │ 202003_66348_66348_0 │ 0 │ 5 │ 10184 │ 2020-03-31 05:00:57 │
  211. │ 202003 │ 202003_66349_66349_0 │ 0 │ 10 │ 11090 │ 2020-03-31 05:00:59 │
  212. │ 202003 │ 202003_66350_66350_0 │ 0 │ 4 │ 10743 │ 2020-03-31 05:01:02 │
  213. │ 202003 │ 202003_66351_66351_0 │ 0 │ 4 │ 10660 │ 2020-03-31 05:01:06 │
  214. │ 202003 │ 202003_66352_66352_0 │ 0 │ 4 │ 10806 │ 2020-03-31 05:01:23 │
  215. │ 202003 │ 202003_66353_66353_0 │ 0 │ 11 │ 11918 │ 2020-03-31 05:01:25 │
  216. │ 202003 │ 202003_66354_66354_0 │ 0 │ 5 │ 10196 │ 2020-03-31 05:01:26 │
  217. │ 202003 │ 202003_66355_66355_0 │ 0 │ 5 │ 10312 │ 2020-03-31 05:01:29 │
  218. │ 202003 │ 202003_66356_66356_0 │ 0 │ 11 │ 10929 │ 2020-03-31 05:01:36 │
  219. │ 202003 │ 202003_66357_66357_0 │ 0 │ 5 │ 10157 │ 2020-03-31 05:01:41 │
  220. │ 202003 │ 202003_66358_66358_0 │ 0 │ 5 │ 10178 │ 2020-03-31 05:01:44 │
  221. │ 202003 │ 202003_66359_66359_0 │ 0 │ 9 │ 11027 │ 2020-03-31 05:01:47 │
  222. │ 202003 │ 202003_66360_66360_0 │ 0 │ 9 │ 10821 │ 2020-03-31 05:01:48 │
  223. │ 202003 │ 202003_66361_66361_0 │ 0 │ 4 │ 10495 │ 2020-03-31 05:01:49 │
  224. │ 202003 │ 202003_66362_66362_0 │ 0 │ 5 │ 10268 │ 2020-03-31 05:01:50 │
  225. │ 202003 │ 202003_66363_66363_0 │ 0 │ 8 │ 10600 │ 2020-03-31 05:01:53 │
  226. │ 202003 │ 202003_66364_66364_0 │ 0 │ 3 │ 10417 │ 2020-03-31 05:02:00 │
  227. │ 202003 │ 202003_66365_66365_0 │ 0 │ 12 │ 12054 │ 2020-03-31 05:02:04 │
  228. │ 202003 │ 202003_66366_66366_0 │ 0 │ 18 │ 12977 │ 2020-03-31 05:02:06 │
  229. │ 202003 │ 202003_66367_66367_0 │ 0 │ 8 │ 11248 │ 2020-03-31 05:02:08 │
  230. │ 202003 │ 202003_66368_66368_0 │ 0 │ 3 │ 10806 │ 2020-03-31 05:02:09 │
  231. │ 202003 │ 202003_66369_66369_0 │ 0 │ 3 │ 9983 │ 2020-03-31 05:02:15 │
  232. │ 202003 │ 202003_66370_66370_0 │ 0 │ 6 │ 10527 │ 2020-03-31 05:02:16 │
  233. │ 202003 │ 202003_66371_66371_0 │ 0 │ 5 │ 10197 │ 2020-03-31 05:02:21 │
  234. │ 202003 │ 202003_66372_66372_0 │ 0 │ 5 │ 10348 │ 2020-03-31 05:02:23 │
  235. │ 202003 │ 202003_66373_66373_0 │ 0 │ 9 │ 11119 │ 2020-03-31 05:02:26 │
  236. │ 202003 │ 202003_66374_66374_0 │ 0 │ 5 │ 10186 │ 2020-03-31 05:02:42 │
  237. │ 202003 │ 202003_66375_66375_0 │ 0 │ 3 │ 10482 │ 2020-03-31 05:02:43 │
  238. │ 202003 │ 202003_66376_66376_0 │ 0 │ 8 │ 10640 │ 2020-03-31 05:02:45 │
  239. │ 202003 │ 202003_66377_66377_0 │ 0 │ 4 │ 10616 │ 2020-03-31 05:02:46 │
  240. │ 202003 │ 202003_66378_66378_0 │ 0 │ 4 │ 10741 │ 2020-03-31 05:02:50 │
  241. │ 202003 │ 202003_66379_66379_0 │ 0 │ 4 │ 10841 │ 2020-03-31 05:02:52 │
  242. │ 202003 │ 202003_66380_66380_0 │ 0 │ 9 │ 10891 │ 2020-03-31 05:03:11 │
  243. │ 202003 │ 202003_66381_66381_0 │ 1 │ 5 │ 10166 │ 2020-03-31 05:03:22 │
  244. │ 202003 │ 202003_66382_66382_0 │ 1 │ 5 │ 10289 │ 2020-03-31 05:03:30 │
  245. └───────────┴─────────────────────────┴────────┴────────┴───────────────┴─────────────────────┘
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement