This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- Data Platform
- :
- Data Platform Forum
- :
- How to reduce the publish time
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nov 15, 2020
08:23 AM
How to reduce the publish time
Is there anyway to reduce the time required for the publish phase of a normalize process. As you can see below this step is consistently taking over 9 hours.
2020-11-15 4:57:30 [HP UD] published.
2020-11-14 17:42:50 Publish inventory started. [HP UD].
Thanks
Paul
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
1 Reply
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nov 16, 2020
10:08 AM
HI Paul
1)Do you have an idea of how much data is being Normalized?
2)Also, has this always taken about 9 hours or did it increase in the last runs?
3)It will be helpful to get the publish_logger_tb output from the database .
I would change the event_timestamp to when your job was run.
select * from PUBLISH_LOGGER_TB where EVENT_TIMESTAMP >= '2020-11-03 22:26:17.433'
order by 1 desc
4) BDNA.log will be required as well.
5) Data Platform Patch version
6) HOw many data sources?
Please let us know if you need this further investigated as we will need to log a support case for troubleshooting
1)Do you have an idea of how much data is being Normalized?
2)Also, has this always taken about 9 hours or did it increase in the last runs?
3)It will be helpful to get the publish_logger_tb output from the database .
I would change the event_timestamp to when your job was run.
select * from PUBLISH_LOGGER_TB where EVENT_TIMESTAMP >= '2020-11-03 22:26:17.433'
order by 1 desc
4) BDNA.log will be required as well.
5) Data Platform Patch version
6) HOw many data sources?
Please let us know if you need this further investigated as we will need to log a support case for troubleshooting
