Clebert Suconic created ARTEMIS-4401:
----------------------------------------

             Summary: slow performance of JDBC while paging
                 Key: ARTEMIS-4401
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4401
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Clebert Suconic
            Assignee: Clebert Suconic
             Fix For: 2.31.0


Syncs are not properly implemented into page files. Basically ever message sent 
and every blob update is issuing a sync update on the context and a commit on 
the Database.

Certain databases will have an OK performance with lots of commits (e.g. 
Postgres) but I'm not sure how correct is the blob update.

As part of this task I'm creating a few Database tests to validate these 
changes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to