Category Archives: Databases

Cool, my latest contribution to PGJDBC on GitHub was accepted today, so next release will provide better performance for setObject(int, Object, int) and setObject(int, Object, int, int) methods, as the values are now transferred as binary values, and not as String literals … Continue reading

Posted on by Markus Karg | Comments Off on Contributed Binary Transmission for setObject(int, Object, int, int)

Quick BLOBs Performance Comparison using SQL Anywhere

How BLOB performance can get improved on SQL Anywhere, and what factor one will gain. Document Management Systems (DMS; in the very core a combination of a history-keeping file archive and a full text search index) are on the rise … Continue reading

Posted in Databases, Programming | Tagged , , , , | Comments Off on Quick BLOBs Performance Comparison using SQL Anywhere