This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-12-16 11:22:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50bdea3c76
ClickHouse
/
tests
/
queries
/
0_stateless
/
00187_like_regexp_prefix.reference
Ignoring revisions in
.git-blame-ignore-revs
. Click
here to bypass
and see the normal blame view.
3 lines
4 B
Plaintext
Raw
Normal View
History
Unescape
Escape
dbms: fixed error with LIKE [#METR-17078].
2015-06-29 18:47:46 +00:00
1
Small optimization of LIKE patterns with > 1 trailing % Previously, LIKE pattern '%%%ab' became '.*.*ab'. Now, it becomes 'ab' which is a bit faster (perhaps). + minor code cleanup + a minor doc update
2023-02-25 17:34:23 +00:00
1
Reference in New Issue
Copy Permalink