Which statement is true about a running session that belongs to the online transaction processing (OLTP) group?()<br /> <img src="https://nimg.ppkao.com/2018-08/yiyu/2018080117585735057.jpg?sign=337188e9f15ec9a1990fdf68879b5363&t=62d2fcda" />
A、It permanently switches to the low_group consumer group if the session exceeds 10,000 I/O requests or 2,500 MB of data transfer.
B、It performs the first 10000 I/O requests or 2,500 MB of data transfer in the LOW-GROUP consumer group, and then switches to the original group.
C、It switches to the LOW_GROUP consumer group if the session exceeds 10000 I/O requests or 2500 MB of data transfer and returns to the original group after the operation.
D、It switches to the LOW_GROUP consumer group if the session exceeds 10000 I/O requests or 2500MB of data transfer for queries, but not for data manipulation language (DML) operations.