ReportServer 3.0.3 Released

We are happy to announce that version 3.0.3, after successful test completion, is now officially released.

We would like to give you a brief look at the following points:

  • Configuration protect
  • New “Information” Menu for Reports, Variants and Folders
  • Reports sent per e-mail can now be compressed
  • Primary dashboard
  • DB JSON and XML support
  • Saiku upgrade
  • New report property  to set the default report export format
  • Make Excel export configurable (XLS vs XLSX)
  • New CSV export configuration

You find more information in the release notes.

Read more…

ReportServer 3.0.3 beta test ongoing

The 3.0.3 ReportServer release increases stability and fixes errors. In addition, various improvements as well as new features are introduced. Refer to the release notes for a complete list of changes.
Please download the latest beta release of ReportServer 3.0.3 here and the respective upgrade / installation guide here.
For questions and problems this forum can be used.

Happy reporting,

Your ReportServer Team

ReportServer 3.0.3 announcement

We are happy to announce the upcoming Version 3.0.3 of ReportServer. It is a maintenance and bugfixing Version. It will contain several bugfixes and library upgrades. This includes the Saiku OLAP client and Jasper Reports library amongst others.

We hope to finish development by the end of March, carry out the tests in April and start deployment in May.

Your ReportServer Team

MariaDB ColumnStore vs. InnoDB vs. MonetDB

In early April, MariaDB‘s CEO Michael Howard announced the development of the MariaDB ColumnStore with the words: “We’re uniting transactional and big data analytics all together under one roof. It’s the same MariaDB interface, security, SQL richness simplifying management. You don’t need to buy specialized hardware. It’s one unified platform.” (Read the full story on CIO.)

MariaDB’s ColumnStore is not entirely new. In 2014, InfiniDB (formally Calpont Corporation) ceased operations but not before releasing their column store technology (called InfiniDB and which was based on MySQL) under an open source license. MariaDB’s ColumnStore is based on InfiniDB and as the release notes say “most of the MariaDB ColumnStore code is unchanged”. We should thus expect no real leaps in comparison to InfiniDB but on the other hand can look forward to hopefully quite a mature and stable first release. A few days ago, the MariaDB team released a first alpha for testing and this is exactly what we did.

Testing a database is quite a challenge, as there are bazillion different use cases that you might want to include in your benchmark. For example, a huge plus of MariaDB’s ColumnStore is that it is fully SQL compliant and, in particular, ACID compliant. One way to test the system would thus be in an OLTP setup with numerous concurrently running small transactions. A second route would be to look at the analytical quality and consider not small transactions, but possibly long running OLAP type queries. In very large setups you might look at the performance of database clusters whereas the majority of projects will probably use only a single database node. Once you have decided on a certain test setup there is, of course,  the question of how to measure the performance of the setup as this highly depends on the environment (what machine, how much RAM, disk speed, etc.). For this tentative test we decided to go the easy way: we have set up a single database node on a small virtual machine and used our analytics platform ReportServer to run a few OLAP type queries. We then did a comparative analysis and compared the performance of MariaDB’s ColumnStore against two other databases: the traditional MariaDB/MySQL InnoDB storing engine (to get a baseline) as well as the open source column store MonetDB.

The MonetDB column store has been around for quite a while (since 1993 according to their website) and is primarily developed at the Centrum Wiskunde & Informatica (CWI) in Amsterdam. While MonetDB is coming from academia (and admittedly has some quirks that you need to deal with) it has matured a lot in the previous years. In ReportServer it is supported as of version 3.0.

So in summary the setup is, MariaDB’s new ColumnStore vs. MonetDB (with MySQL InnoDB providing a baseline) on analytical queries within a restricted environment.

Read more…