[ 
https://issues.apache.org/jira/browse/ARTEMIS-4401?focusedWorklogId=879723&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-879723
 ]

ASF GitHub Bot logged work on ARTEMIS-4401:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Sep/23 12:21
            Start Date: 11/Sep/23 12:21
    Worklog Time Spent: 10m 
      Work Description: gemmellr commented on code in PR #4591:
URL: https://github.com/apache/activemq-artemis/pull/4591#discussion_r1321466382


##########
tests/db-tests/scripts/print-license.sh:
##########
@@ -0,0 +1,28 @@
+#!/bin/sh
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+source ./container-define.sh
+
+echo ""
+echo 
"*******************************************************************************************************************************"
+echo "    Notice:"
+echo "    This script is provided solely to assist you in running a $1 Free 
Database in a $CONTAINER_COMMAND environment,"
+echo "    to facilitate development and testing, using an image provided by 
$2."
+echo "    By running this script, you agree to abide by all licensing terms 
issued by $2 for the $1 image being downloaded here."

Review Comment:
   Ah ok, I thought the profiles caused the scripts to be used. If not then 
probably not as necessary, but would still be clearer to note somewhere before 
the actual scripts.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 879723)
    Time Spent: 1h 40m  (was: 1.5h)

> 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: 1h 40m
>  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)

Reply via email to