Does TiKV support count for a key? #66418
sykp241095
started this conversation in
Migrated from Forum
Replies: 1 comment
|
原帖作者:Mia\n原帖时间:2023-01-04 10:04:14.896226\n\n You can refer to the two APIs implemented by TiKV Client:
Reference docs: TiKV | Java Client |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
原帖作者:Candice\n原帖时间:2023-01-04 09:56:59.203911\n原帖ID/Slug:115 / does-tikv-support-count-for-a-key\n\n
Application environment:
Test environment
TiDB version:
TiDB v6.4.0. I only use TiKV, not TiDB.
Problem:
Does TiKV support count for a key? I stored my data in TiKV and I want to do a paging query on the data. Can anyone tell me how to do it?
All reactions