[
https://issues.apache.org/jira/browse/TRAFODION-3280?focusedWorklogId=221905&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-221905
]
ASF GitHub Bot logged work on TRAFODION-3280:
---------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Apr/19 18:19
Start Date: 02/Apr/19 18:19
Worklog Time Spent: 10m
Work Description: selvaganesang commented on pull request #1820:
[TRAFODION-3280] Reduce path length in Trafodion for improved performance and
scalability
URL: https://github.com/apache/trafodion/pull/1820
This PR fixes the following issues to improve performance.
1. When the session is dropped for the default context, we were
unnecessarily dropping HBase connections.
2. There were 2 HBase connections per mxosrvr - one for the default context
and another for repository context. Now it has been changed to one HBase
connection per process.
3. cli_globals::currContext() is now optimized for default context.
4. Changes to ensure that logging related objects are created and the
corresponding functions are called only when the logging Level is set higher
than the recording level,
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 221905)
Time Spent: 50m (was: 40m)
> Reduce path length in Trafodion for improved performance and scalability
> -------------------------------------------------------------------------
>
> Key: TRAFODION-3280
> URL: https://issues.apache.org/jira/browse/TRAFODION-3280
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: sql-general
> Reporter: Selvaganesan Govindarajan
> Assignee: Selvaganesan Govindarajan
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> To improve OLTP kind of queries, a sample application was profiled to
> determine the unnecessary dominant functions in Trafodion. It is found that
> # JULIANTIMESTAMP was abnormally taking longer path length.
> # Unnecessary memset after malloc because new and delete operators were
> overloaded.
> This Jira will act as covering Jira for future enhancements too
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)