★ wanayoo — archive 1999 https://github.com/utPLSQL/utPLSQL/pull/888/commitsNouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/two output buffers #888

Merged
merged 4 commits into from Apr 1, 2019
Merged

Commits on Mar 30, 2019

  1. Fixed storage for clob in output bugger table - make it inline.

    Changed how delete from output buffer table is handled - use ROWID.
    Increased fetch size from 100 to 3000 rows for output buffer.
    jgebal committed Mar 30, 2019

Commits on Mar 31, 2019

  1. Improved performance for reading data from output buffer.

    Decreased read limit back to 1000 as it should not have significant performance impact anymore.
    jgebal committed Mar 31, 2019
  2. Increased read limit to 5000.

    Fixed bug with increasing `max_message_id` even when nothing was read.
    jgebal committed Mar 31, 2019
  3. Split output buffers into two.

    Now we have separate buffer for CLOB data and VARCHAR2 text data.
    jgebal committed Mar 31, 2019
You can’t perform that action at this time.