Commit Graph

687 Commits

Author SHA1 Message Date
alexey-milovidov
7aeb900922
Merge pull request #8436 from achulkov2/polygon-dict-basic-interface-improvements
[WIP] Basic interface for polygon dictionaries
2020-02-13 21:05:42 +03:00
Alexander Kuzmenkov
d9073f27b7 Revert "Merge pull request #9025 from ClickHouse/revert-8303-cache-dictionary"
This reverts commit 24bdad3768, reversing
changes made to dad4f03a8f.
2020-02-06 15:18:19 +03:00
Nikita Mikhaylov
c53053b103
Revert "Asynchronous updates in cache dictionaries " 2020-02-05 23:00:59 +03:00
achulkov2
0ae0e03d52 Address latest comments 2020-02-05 19:38:03 +03:00
Nikita Mikhaylov
c4666141a8 got rid of timeouts + comments added 2020-02-05 18:25:48 +03:00
Nikita Mikhaylov
2d8b0dba03
add comment for UpdateUnit struct
Co-Authored-By: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com>
2020-02-05 16:56:37 +03:00
Nikita Mikhaylov
7af66db1b2 after review 2020-02-05 15:16:25 +03:00
Nikita Mikhaylov
9c99498f2b Merge branch 'master' of github.com:ClickHouse/ClickHouse into cache-dictionary 2020-02-03 14:15:20 +03:00
Nikita Mikhaylov
96ab2806a7 fix gcc build 2020-02-03 13:06:24 +03:00
Vitaly Baranov
2aa58193c8 Check access rights via new interface. 2020-01-31 20:27:28 +03:00
Nikita Mikhaylov
8715841291 atomic backoff_end_time added 2020-01-31 14:10:34 +03:00
achulkov2
1f97500756 Address comment 2020-01-30 19:41:58 +03:00
achulkov2
0482ab8eaa Address comment 2020-01-30 19:35:33 +03:00
Nikita Mikhaylov
b19f76df01 better style 2020-01-30 18:18:12 +03:00
achulkov2
68cf5104e1 Fix types 2020-01-30 18:17:20 +03:00
achulkov2
07699df1e8 Address comments 2020-01-30 17:59:16 +03:00
Nikita Mikhaylov
c5e664a072 Merge branch 'master' of github.com:ClickHouse/ClickHouse into cache-dictionary 2020-01-30 17:43:13 +03:00
Nikita Mikhaylov
4f2b6bd23d better retrieval 2020-01-30 15:58:15 +03:00
Nikita Mikhaylov
149be6c0b1 better updates 2020-01-30 15:44:04 +03:00
Nikita Mikhaylov
1f1fabba3b atomic added 2020-01-29 13:58:44 +03:00
Nikita Mikhaylov
a8628134f2 writelock 2020-01-28 21:19:01 +03:00
achulkov2
34eee12d47 Fix style check 2020-01-28 17:21:02 +03:00
Andrei Chulkov
5f2ed57c49 Add some comments & new tests for different input types 2020-01-28 16:25:55 +03:00
Nikita Mikhaylov
8cd434fb15 fix race + assert 2020-01-28 16:09:30 +03:00
Andrei Chulkov
d2e4f4e778 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into polygon-dict-basic-interface-improvements 2020-01-28 15:06:36 +03:00
Andrei Chulkov
33339e6347 tmp 2020-01-27 23:28:20 +03:00
achulkov2
e30956d05a Rewrite some code and try new input methods 1.0 2020-01-27 20:08:29 +03:00
Alexey Milovidov
205c0f7fbb Added comment 2020-01-27 15:43:28 +03:00
Nikita Mikhaylov
c0975b4031 returning back 2020-01-27 15:29:26 +03:00
Nikita Mikhaylov
00166b6a41 cleanup 2020-01-27 14:48:30 +03:00
Nikita Mikhaylov
56eb0f2e91 cleanup 2020-01-27 14:18:34 +03:00
Nikita Mikhaylov
b9a8f1fc20 write lock 2020-01-24 12:43:08 +03:00
Nikita Mikhaylov
9170e5d410 style errors 2020-01-23 21:52:38 +03:00
Nikita Mikhaylov
7ce2107eea better 2020-01-23 19:55:06 +03:00
Nikita Mikhaylov
c8e42e972a multithreaded updates 2020-01-23 15:28:23 +03:00
Nikita Mikhaylov
e5320032c9 fix bug with queue 2020-01-22 16:50:51 +03:00
Nikita Mikhaylov
736b97c910 better 2020-01-22 15:38:01 +03:00
Nikita Mikhaylov
97144cb645 Merge branch 'master' of github.com:ClickHouse/ClickHouse into cache-dictionary 2020-01-22 14:51:05 +03:00
Nikita Mikhaylov
0ce6a0f173 saving changes 2 2020-01-22 14:41:12 +03:00
Nikita Mikhaylov
a1814e0b8a
restart tests 2020-01-22 13:07:52 +03:00
achulkov2
56b696e899 Remove forgotten unused code 2020-01-15 19:00:32 +03:00
achulkov2
2590eaa782 Improved some error messages 2020-01-15 18:54:45 +03:00
Andrei Chulkov
1d68725814 Delete old inefficient code, add some more checks upon dictionary creation 2020-01-15 18:47:41 +03:00
achulkov2
a4fefc7a45 Add some comments 2020-01-15 17:04:19 +03:00
achulkov2
2ed7378b69 Fix style error 2020-01-15 16:50:03 +03:00
Andrei Chulkov
45d3537b99 Slight modifications for simple algorithm, improved test 2020-01-15 16:28:18 +03:00
Andrey Chulkov
bf83e66905 Fix clang compilation error 2020-01-15 13:45:04 +03:00
achulkov2
510ddf21ab Implementing faster parsing of polygons 6.0 2020-01-14 23:26:56 +03:00
achulkov2
f2a942200a Implementing faster parsing of polygons 5.0 2020-01-14 22:08:17 +03:00
achulkov2
e852d818e4 Implementing faster parsing of polygons 4.0 2020-01-14 21:48:31 +03:00