We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
想快速统计表里有多少条数据,用来展示给最终用户查看,或者用来给用户根据数量计费
如果内部有这个信息的话,希望能提供接口进行查询
No response
The text was updated successfully, but these errors were encountered:
可以用 count_time 来精确统计。
Sorry, something went wrong.
这个太慢了。我测了一下百万数据需要0.5秒。有没有更快速的,哪怕不准确。
也可以选一个测点 单独 count 会快一些,可以利用到 统计信息
No branches or pull requests
Search before asking
Motivation
想快速统计表里有多少条数据,用来展示给最终用户查看,或者用来给用户根据数量计费
Solution
如果内部有这个信息的话,希望能提供接口进行查询
Alternatives
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: