Presentation on Unix Tools and Scripts to Monitor and Tune Your Informix IDS Server – given at the 2005 IBM Data Management User Conference.
Tag Archives: performance
Informix 4GL Programming Tips
First published in the Washington Area Informix User Group Newsletter Volume 4, No. 3 – July 1994 1. Only select columns that you really need When you select data, it goes from disk to memory. Ten un-needed bytes of data from 10,00 rows translates into reading 100,000 bytes unnecessarily. Avoid “SELECT *” statements and only […]