Base/Performance

From Apache OpenOffice Wiki
< Base
Revision as of 16:30, 12 March 2009 by Fl (Talk | contribs)

Jump to: navigation, search

Performance 170.png
Performance Project

performance.openoffice.org

Quick Navigation

Team

Communication

Activities

About this template


Performance

This page contains all thought and ideas we have around performance.

General

At the moment, this is just a basket to hold items I needed to remove from other pages. On the medium term, this is to be the central entry point for performance considerations in Base.

  • opening forms
  • starting the Java-based wizards
  • creating a new HSQLDB (which implies starting the JVM)
  • saving a form
  • flickering when starting the New Database wizard from within the start center

Row Fetching

We currently evaluate how row fetching can be accelerated. Fetching thousands of rows isn't as fast as it could be.

Test Cases

Nr Test Case Source Database Destination Database
1. Jump to last row (65514 rows x 21 columns) Flat (csv) Flat (csv)
2. Jump to last row (20000 rows x 11 columns) MySQL (JDBC) MySQL (JDBC)
3. Open a spreadsheet file with one table (65514 rows x 21 columns) Spreadsheet Spreadsheet
4. Jump to last row (65514 rows x 21 columns) Spreadsheet Spreadsheet
5. Copy a table (13000 rows x 19 columns) HsqlDB (native) HsqlDB (native)
6. Copy a table (13000 rows x 19 columns) Spreadsheet HsqlDB (native)

Test Results

All test results are normalized to 100% which is the worst case. First results which could be achieved so far (less is better):

  • Test Case 1

Base TestCase 1.gif

  • Test Case 2

Base TestCase 2.gif

  • Test Case 3

Base TestCase 3.gif

  • Test Case 4

Base TestCase 4.gif

  • Test Case 5

Base TestCase 5.gif

  • Test Case 6

Base TestCase 6.gif

Personal tools