-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Support field function substring optimization #466
Labels
A-feature
feature with good idea
B-performance
B-SQL
SQL layer
C-stonedb-5.7
associated with stonedb 5.7
Milestone
Comments
Merged
15 tasks
What is the table structure? What is the statement for the amount of data inserted? What is the amount of data |
haitaoguan
changed the title
bug: StoneDB does not support function optimization.
bug: StoneDB does not support substring function or year function optimization.
Sep 8, 2022
hustjieke
added a commit
that referenced
this issue
Sep 17, 2022
hustjieke
changed the title
bug: StoneDB does not support substring function or year function optimization.
feature: StoneDB does not support substring function or year function optimization.
Nov 16, 2022
hustjieke
added
A-feature
feature with good idea
and removed
A-bug
Something isn't working
labels
Nov 16, 2022
adofsauron
changed the title
feature: StoneDB does not support substring function or year function optimization.
feature: Support field function optimization
Dec 23, 2022
ACK |
adofsauron
changed the title
feature: Support field function optimization
feature: Support field function substring optimization
Dec 26, 2022
hustjieke
added
B-storage
data type, data storage, insert,update,delete, transactions
and removed
B-storage
data type, data storage, insert,update,delete, transactions
labels
Jan 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-feature
feature with good idea
B-performance
B-SQL
SQL layer
C-stonedb-5.7
associated with stonedb 5.7
Describe the problem
When you use a function on a field, performance is affected.The trace.log displays the message "Unoptimized expression near 'substr'".
Expected behavior
No response
How To Reproduce
No response
Environment
./mysqld --version
./mysqld Ver 5.7.36-StoneDB for Linux on x86_64 (build-)
build information as follow:
Repository address: git@github.com:stoneatom/stonedb.git:stonedb-5.7
Branch name: stonedb-5.7
Last commit ID: 05eb397
Last commit time: Date: Mon Aug 15 14:05:47 2022 +0800
Build time: Date: 2022年 08月 15日 星期一 15:38:53 CST
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: