This is document is currently being drafted. Items on this page are expected to be in the release, but this is not guaranteed.

 

What is this document?

The VIVO 1.8.1 release contains no new features - only a fix for certain bugs and performance issues. Some minor, non-breaking additions are present in the ontology.

Performance Improvements

Note that all testing has been performed on a Macbook Pro, with PCI-E SSD. However, no specific tuning has been applied to either the hardware or software. Real world performance will depend on hardware and software configuration - it is recommended that you have an SSD / high IO performance storage layer, and if using SDB/MySQL, enough memory allocated to read the tables indexes.

Page Rendering

AntiSamy is no longer used to filter fields before they are rendered. For a large profile in a test dataset, this was responsible for over two seconds of the execution time required to render a profile.

A simple regular expression is used to filter out and JavaScript elements - this is 300x faster than using AntiSamy.

Visualizations

All visualisations have been overhauled

Memory Usage

Under The Hood

Bug Fixes

Additional Changes