Just the result from a small test I ran:

Database with 'real' data, 20158 rows, 149 columns

sqlite_exec without callback:
SELECT * FROM TBL1;

Encrypted
0.358000
None-encrypted
0.156000

129% overhead

sqlite_exec with callback format OO_ARRAY_OF_ARRAYS:
SELECT * FROM TBL1;

Encrypted
3.136000
None-encrypted
2.808000

12% overhead

Staffan
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to