Replies: 2 comments
-
It would be helpful if you could provide the I think you must add an index for About the data index https://docs.greptime.com/user-guide/manage-data/data-index |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you are using the latest nightly version, you can use |
Beta Was this translation helpful? Give feedback.
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.
-
I have a nginx access log table auto generated as
And when I execute a simple query on last 3h:
It tooks greptimedb 10s to respond.
The table contains ~ 378165955 rows and grows at ~30k/s.
The host
I run greptimedb using docker:
docker run --security-opt seccomp=unconfined -p 4000-4003:4000-4003 -v "$(pwd)/data:/tmp/greptimedb" --name greptime --rm harbor.ziroom.com/cache/greptime/greptimedb:v0.13.2 standalone start --http-addr 0.0.0.0:4000 --rpc-bind-addr 0.0.0.0:4001 --mysql-addr 0.0.0.0:4002 --postgres-addr 0.0.0.0:4003
Beta Was this translation helpful? Give feedback.
All reactions