[
https://issues.apache.org/jira/browse/ARTEMIS-4401?focusedWorklogId=878469&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-878469
]
ASF GitHub Bot logged work on ARTEMIS-4401:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/23 01:08
Start Date: 26/Aug/23 01:08
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on PR #4591:
URL:
https://github.com/apache/activemq-artemis/pull/4591#issuecomment-1694095633
I'm seeing this as draft for:
- Renaming some tests
- If you set page-size > 1MB performance will be pretty bad with JDBC
- Some other minor things.
Issue Time Tracking
-------------------
Worklog Id: (was: 878469)
Time Spent: 20m (was: 10m)
> 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
> Priority: Major
> Fix For: 2.31.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)