Hi good people, I have a question: I have 3 parquet file stored in MinIO, each file has about 10000 records. I use starrocks with 1 frontend node and 2 compute nodes, using dbeaver as UI to query and show results. I use this query to test query on 1 file parquet: Select count(*) from FILEs (...). But it takes too long to query, even when the query time exceeds 1 minute, no results are displayed. But after i escape dbeaver and turn on it again, the above query run very fast. Anyone knows why?