Re: [firebird-support] Is Firebird favor Intel's CPU?

2018-11-19 Thread Daniel Miller dmil...@amfes.com [firebird-support]
I am not aware of any such bias with Firebird but it certainly can exist with other software. Intel provides what I am told is an excellent compiler - which they provide for free - and many software companies utilize it. That compiler has long been known to generate executables that are crippl

Re: [firebird-support] Is Firebird favor Intel's CPU?

2018-11-06 Thread trsk...@yahoo.com [firebird-support]
I don't think so. When notebook speed to limit only 0.8GHz, process drop significantly. Update query, something like : update tbl, set ln=-999 where id = 1 Id is primary key in tbl. I think CPU processing was used to calculate search for index.

Re: [firebird-support] Is Firebird favor Intel's CPU?

2018-11-06 Thread trsk...@yahoo.com [firebird-support]
I don't think so. When CPU speed on notebook limit to 0.8GHz process drop significantly.

Re: [firebird-support] Is Firebird favor Intel's CPU?

2018-11-06 Thread trsk...@yahoo.com [firebird-support]
I don't think so. When notebook speed to limit only 0.8GHz, process drop significantly. Update query, something like : update tbl, set ln=-999 where id = 1 Id is primary key in tbl. I think CPU processing was used to calculate search for index.

Re: [firebird-support] Is Firebird favor Intel's CPU?

2018-11-06 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Hi,your update query is disk intensive operation not CPU operation. CPU have near to nothing here to compute.Regards,Karol Bieniaszewski null

[firebird-support] Is Firebird favor Intel's CPU?

2018-11-06 Thread trsk...@yahoo.com [firebird-support]
Hello all, I ran an update query on a database with a computer and a notebook. CPU's computer is Phenom 1075T, while notebook is i5 2557M. Query is very simple, something like : update tbl set ln = 9; Firebird on Computer is SS 3.0.3, on notebook SS 3.0.2, both runs on Windows x64, both using