[Firebird-devel] [FB-Tracker] Created: (CORE-3990) Fix broken EDIT in isql

2012-11-20 Thread Alexander Peshkov (JIRA)
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

[Firebird-devel] [FB-Tracker] Created: (CORE-3989) Bad performance / slow response when many concurrent sorts are executed

2012-11-20 Thread Dmitry Yemanov (JIRA)
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

Re: [Firebird-devel] CTE problem

2012-11-20 Thread Frank
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

Re: [Firebird-devel] CTE problem

2012-11-20 Thread Dmitry Yemanov
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

[Firebird-devel] CTE problem

2012-11-20 Thread Frank Schlottmann-Gödde
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

[Firebird-devel] [FB-Tracker] Created: (CORE-3988) Engine crashed when trace or audit is active

2012-11-20 Thread Vlad Khorsun (JIRA)
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

Re: [Firebird-devel] True SMP support in SuperClassic and V3

2012-11-20 Thread marius adrian popa
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