Book a Demo

Author Topic: Large storage space used by BinContent of t_document  (Read 5135 times)

amacara1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Large storage space used by BinContent of t_document
« on: April 26, 2023, 08:36:43 pm »
Hello,

I have an eapx file of 400MB and I've noticed BinContent field of t_document is having large size (>10MB) for a dozen of entries, all of type Package (that have many subpackages in Project Browser). How could I find out more about how this space is used, please?

Thank you!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Large storage space used by BinContent of t_document
« Reply #1 on: April 26, 2023, 08:52:01 pm »
Attachments are stored there. Pictures in Word documents tend to blow up space.
q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Large storage space used by BinContent of t_document
« Reply #2 on: April 26, 2023, 08:52:49 pm »
Will probably be either linked documents, or baselines.

Baselines most likely...

Geert

amacara1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: Large storage space used by BinContent of t_document
« Reply #3 on: April 26, 2023, 09:14:10 pm »
Right! Those packages have, indeed, baselines. Thank you!

amacara1

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: Large storage space used by BinContent of t_document
« Reply #4 on: April 26, 2023, 09:18:59 pm »
When exporting a DB to eapx, is there a way NOT to export the baselines, but only the 'de facto' state?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Large storage space used by BinContent of t_document
« Reply #5 on: April 26, 2023, 09:37:35 pm »
When exporting a DB to eapx, is there a way NOT to export the baselines, but only the 'de facto' state?
Not if you use project transfer. You can transfer the contents of the model using xmi export/import, but that might take a very long time (if it even finishes at all) depending on the size of your model.

What you could do is delete the baselines in the .eap file, and then compact the file. That should shrink it.

Geert