Improve loading time of HW/SW inventory views
It's time for an inventory data storage switch! Switch from flat files to a modern database.
We all love the simplicity of flat files, but as we all know, larger environments can make data management a bit tricky. Every time some inventory data changes, the entire inventory data is saved in a new file! This leads to a lot of redundancy and wasted storage space. This makes the entire inventory history slow or even unusable.
Using a database could make a big difference here.
Comments: 2
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
28 Jul, '25
Martin Hirschvogel AdminHighlighted comment
Hi,
the data format for the inventory was changed in 2.5.
This should dramatically improve the speed of the inventory views.
I also adapted the title to reflect the actual problem you were facing.
Martin -
02 Oct, '24
Robert SanderMaybe it is possible to use the already exisiting REDIS instance to store HW/SW inventory data for faster access.