Jump to content

What is the push count on a workbook?


patjdixon
Go to solution Solved by patjdixon,

Recommended Posts

I am pushing 8 worksheets to a workbook and it is taking nearly 3 hours.  I notice the count is 321.  Is that what it thinks the number of worksheets is, or is it items, or something else? Regardless, this is a much higher number than I think it should be, which might explain why it is taking so long.

 

image.thumb.jpeg.6be37701d2ce94cbf583c1bb678ef000.jpeg

Edited by patjdixon
Link to comment
Share on other sites

  • Seeq Team

That's the number of unique items, and it includes lots of things:

- Worksheets
- Worksteps (these are the individual worksheet "states" that define the displayed items and all other worksheet configuration at a particular point in time)
- Calculated items (signals/conditions/scalars/metrics/histograms) -- this referred to as the "item inventory"
- Journal text
- Journal images

The things that generally take a long time are the Calculated items. You can try specifying `include_inventory=False` during your push to see if that's a lot faster.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...