You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know storage and computing seperation architecture has many advantages.
But in some workloads, local storage is needed so that we can get extremely low latency by removing network i/o.
To test this, I've setup many query nodes like this:
[storage]
type = "fs"
[storage.fs]
data_path = "/var/lib/databend/data"
After inserting some data, when I run SELECT query I encouter following error:
default> select count(*) from test;
error: APIError: ResponseError with 3001: NotFound (persistent) at stat, context: { service: fs, path: 1/184865/_ss/02207049ce4347238fa4f72df2eb4887_v4.mpk } => entity not found, source: No such file or directory (os error 2)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I know storage and computing seperation architecture has many advantages.
But in some workloads, local storage is needed so that we can get extremely low latency by removing network i/o.
To test this, I've setup many query nodes like this:
After inserting some data, when I run
SELECT
query I encouter following error:Can use local storage in multiple query node?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions