Page 1 of 1

Memory Consumption

Posted: 12.01.2021, 10:34
by stoffman
Hi,

I did a test using Lazarus V2.0.10 between Zeos and the standard SQLdb components using sqlite3 as database. And for a query that returns 250,000 records Zeos consumed 164mb VS 122mb of SQLdb.

Because the application I'm developing needs all the help it can get in the memory department, I was wondering if there are any methods to help with that? (I must load everything to the memory)

Thanks,

Re: Memory Consumption

Posted: 12.01.2021, 11:29
by marsupilami
Hello,

you could switch to Zeos 8.0. It is considered to be stable enough for production use now. Egonhugeist worked on reducing the memory footprint there. You can get Zoes 8.0 from SVN only at the moment.

Best regards,

Jan