Replies: 2 comments 7 replies
-
Here are some suggestions if you want to apply Adaptive String Hash Table
|
Beta Was this translation helpful? Give feedback.
-
可以申请一个服务器来测试看看速度吗?最好是已经部署完环境的,不太确定是我的程序问题还是虚拟机的影响。(速度只有5-6 queries/s) Can I apply for a server to test the speed? It is best to have already deployed the environment, and I am not sure whether it is my program problem or the impact of the virtual machine. (speed is only 5-6 queries/s) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You can ask any other questions with new comments.
General
https://summer-ospp.ac.cn/#/org/orgdetail/646b9834-3923-4e74-b98b-90afec341705/proid226460200
Adaptive String Hash Table
If any key ends with
\0
, we can fall back to useHash_Table_L
. For other keys without enough bytes, we can fill\0
into fixed size keys.It's unsafe, but we ensure it is safe manually. We can take
KeysRef
as a slice of a large heap object (such as a continuous memory space by memory arena pool)SQLancer
Yes, it's better to have
NoREC
&TLP
Beta Was this translation helpful? Give feedback.
All reactions