Hello guys, I have a question: I use starrocks wit...
# questions-and-troubleshooting
s
Hello guys, I have a question: I use starrocks with docker, 1 node FE and 2 node CN. When I test with minio as storage engine, I delete file .data in data folder, but in dbeaver with connection to starrocks, I can still query data that has been deleted.
k
1. don't try to delete data bypassing starrocks unless clearly know what the consequence. 2. sr can still read the data because of the local disk cache. when the cache is cleared or expired. The data won't be accessible any more.
🙌 1
1
s
Tks a lot for your answer.