Uncategorized

5 Ways to Improve Your Database System Performance

Database performance can be defined as the efficiency of your database when responding to demands for information (queries).  These data queries might represent online transactions, business intelligence, system utilities, etc.  When examined from this perspective, one can see how database performance directly corresponds to business performance.  It is essential to understand and maximize your database …

5 Ways to Improve Your Database System Performance Read More »

Creating Sybase IQ Connections to Sybase ASE to Import Data

These Examples assume your using Linux (2.6.32-220.el6.x86_64 GNU/Linux) and Sybase IQ 15.4 Sybase IQ can create CIS connections to ASE, for example to access ASE data through an Sybase IQ-to-ASE proxy table. This can be done in two ways: through JDBC and ODBC. JDBC is easier to set up, but ODBC tends to be significantly …

Creating Sybase IQ Connections to Sybase ASE to Import Data Read More »

Install a Warm Standby With Sybase Replication Server

This post contains a step by step instruction on how to setup a warm standby replication with Sybase Replication Server. Preparation of the Sybase ASE-servers Create a maintenance user on both ASE’s The maintenance user is used by the replication server to apply transactions. Make sure that the name and password of the maintenance user …

Install a Warm Standby With Sybase Replication Server Read More »

Sybase IQ 15.x Fast Projection Index Overview and Practical Usage

Most Sybase IQ indexes use a bitmap to store data compared to other indexes like B-trees .e.t.c,  Bitmap indexes can be built very fast in IQ and even faster when using the “Parallel IQ” function” which I posted the syntax on a previous blog. This also speeds up data loading and extraction as you don’t have to drop, …

Sybase IQ 15.x Fast Projection Index Overview and Practical Usage Read More »