Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do keep SQL Relay from buffering the entire result set?

buffering entire Relay sql
0
Posted

How do keep SQL Relay from buffering the entire result set?

0

For large result sets it can be impractical to buffer the entire result set. Use the setResultSetBufferSize() method in the C++, Perl, Python, Ruby and Java API’s or the sqlrcur_setResultSetBufferSize() function in the C or PHP API’s to specify how many rows of the result set to buffer at once.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123