[
https://issues.apache.org/jira/browse/ARTEMIS-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825480#comment-17825480
]
ASF subversion and git services commented on ARTEMIS-4682:
----------------------------------------------------------
Commit c5b81d929dcfa4e7bdee98e1ca8f97b48ecbb396 in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=c5b81d929d ]
ARTEMIS-4682 Improving performance of reloading JDBC storage
- fixing leaks
- page.exists() would lead to a select(all) and find.
> JDBC Storage slow to reboot the server
> --------------------------------------
>
> Key: ARTEMIS-4682
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4682
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> If you use JDBC storage and lots of message in paging mode, the JDBC storage
> will take a long time to load.
> There is a leak on the JDBC Sequential File Factory , and page.exists() is
> selecting every existing file to check its existance. not very efficient.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)