Fix broken EDIT in isql
---
Key: CORE-3990
URL: http://tracker.firebirdsql.org/browse/CORE-3990
Project: Firebird Core
Issue Type: Sub-task
Affects Versions: 2.5.2
Environment: posix
Reporter: Ale
Bad performance / slow response when many concurrent sorts are executed
---
Key: CORE-3989
URL: http://tracker.firebirdsql.org/browse/CORE-3989
Project: Firebird Core
Issue
On 11/20/2012 11:03 AM, Dmitry Yemanov wrote:
> 20.11.2012 13:53, Frank Schlottmann-Gödde wrote:
>>
>> I asked this in the support list, but got no answer:
>
> First of all, what FB version are you talking about?
>
Sorry,
2.5.2.26510 and 3.0.0.30126
Frank
--
"Fascinating creatures, phoenixes
20.11.2012 13:53, Frank Schlottmann-Gödde wrote:
>
> I asked this in the support list, but got no answer:
First of all, what FB version are you talking about?
Dmitry
--
Monitor your physical, virtual and cloud infrastr
Hi,
I asked this in the support list, but got no answer:
I do not understand why
set planonly;
with recursive
CTE_CNT1 as (select 0 as I
from RDB$DATABASE
union all select I + 1
from CTE_CNT1
where I < 9),
CTE_CNT2 as (select I, 0 as J
from CTE_CNT1
union all select
Engine crashed when trace or audit is active
Key: CORE-3988
URL: http://tracker.firebirdsql.org/browse/CORE-3988
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Ver
On Linux libnuma/numactl can be used to force the programs and the
load on all cpu or the specified ones
http://oss.sgi.com/projects/libnuma/
www.redhat.com/summit/2012/pdf/2012-DevDay-Lab-NUMA-Hacker.pdf
My guess that it can be done on windows too
On Tue, Nov 20, 2012 at 6:11 AM, Poul Dige wro