freemandealer commented on issue #1203: URL: https://github.com/apache/doris-website/issues/1203#issuecomment-2456185350
@longchen111111 hi long, 在数据文件中我们同时存有数据和数据的索引(如 bitmap索引、minmax 索引等)。前者会放在 NormalData 队列,后者会放在 Index 队列。之所以分开是 因为 Index 对于查询的性能至关重要,所以该队列的优先级更高,因此单独管理。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org