May 17th, 2005
This IBM e-book is a must-read if you’re using DB2 UDB 8.1. IBM Redbooks | Up and Running with DB2 UDB ESE: Partitioning for Performance in an e-Business Intelligence World
It discusses:
- Guidelines on building the large database and determining the number of partitions
- Bulk load using the new multipartition load
- Performance enhancements using MultiDimensional Clustering and Materialized Query Tables.
- Availability through the new online utilities
- Self Managing And Resource Tuning features
- Migration scenarios
Posted in Tips | Comments Off
May 12th, 2005
Some hints about hardware configuration for BizGres/Greenplum: CPUs and the cheap disk revolution
Posted in Tips | Comments Off
May 12th, 2005
Open source data warehousing platform using an approach that seems very close to Netezza’s: Greenplum – Products – DeepGreen Clustering Edition
Posted in Tips | Comments Off
May 12th, 2005
The arrival of open source business intelligence? BizGres
Posted in Tips | Comments Off
May 11th, 2005
This post is where I’ll be collecting my thoughts about a performance tuning methodology for hardware.
The purpose of the methodology is to improve query response in the most time and cost efficient manner. The steps that need to be followed are:
- Identify the bottleneck: using OS and RDBMS monitoring tools, figure out if query response is limited by I/O, memory, or CPU speed.
- If I/O is the problem, check if there is any way to tune the OS to improve performance. If not, check if installing faster hard-drives or more controllers could help.
- If memory is the bottleneck, first figure out if adding additional memory would improve performance. Then check if tuning OS or RDBMS memory settings would help. I’m working under the assumption that adding RAM is cheap, whereas tuning parameters takes time/money because of all the testing and specialized knowledge required.
- If CPU speed is the bottleneck, check if adding more CPUs is an option. How well does your hardware/OS/RDBMS scale with more CPUs? Can you upgrade to faster CPUs?
Posted in Tips | Comments Off
May 11th, 2005
Not directly related to data warehousing, but a nice performance comparison of MySQL performance on multiple operating systems: Comparing MySQL performance
Check also the methodology used to get the results: Using MySQL to benchmark OS performance
Posted in Tips | Comments Off
May 10th, 2005
Posted in Tips | Comments Off
May 9th, 2005
Posted in Tips | Comments Off
May 9th, 2005
Posted in Tips | Comments Off