[MDEV-11567] Allow query operations on connection during result set retrieval Created: 2016-12-14  Updated: 2016-12-14

Status: Open
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Mark Paluch Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

Result set fetching of a query fetches usually the whole result set as incremental fetching does not allow intermediate command execution on the same connection. Working with huge result sets requires either plenty of memory on the client side or multiple queries using paging (LIMIT/OFFSET).

However processing the resultset while running other queries is a common case that could be extended: Streaming of huge result sets by keeping the connection (and its transactional state) in a usable state for other queries.

It's my first ticket for MariaDB. Please point me to the appropriate resource in case this is not the right forum for this discussion to take place.


Generated at Thu Feb 08 07:50:57 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.