Re: Fwd: [firebird-support] Re: Firebird 3.0.4 unicode_ci_ai index problems

2018-10-16 Thread hv...@users.sourceforge.net [firebird-support]
> Many of those collation problems seem to relate to unicode_ci and > unicode_ci_ai, > and this relates to the usage of ICU functions. > > FB seems to set collation strength properly only where it relates to unique > index. > Otherwise the strength is left default, i.e. equivalent of collate

ODP: [firebird-support] Apparently timeout on queries

2018-10-16 Thread Karol Bieniaszewski liviusliv...@poczta.onet.pl [firebird-support]
Also, as you use superclassic you have separate cache per connection. It can be also problem here. Test on Firebird3 „SuperServer” and you will see if the problem is with resources caching problem. Regards, Karol Bieniaszewski

Re: [firebird-support] Re: Firebird 3.0.4 unicode_ci_ai index problems

2018-10-16 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 16-10-2018 09:16, hv...@users.sourceforge.net [firebird-support] wrote: > PS your messages is duplicated in this list, fix it please That is more likely Yahoo Groups messing up again, this occasionally causes messages to be sent multiple times (or not at all), and I have a suspicion that it

Re: [firebird-support] Apparently timeout on queries

2018-10-16 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Also, as you use superclassic you have separate cache per connection. It can be also problem here. Testing on Firebird3 will bring you hint... Regards,Karol Bieniaszewski null

Re: Fwd: [firebird-support] Re: Firebird 3.0.4 unicode_ci_ai index problems

2018-10-16 Thread nonomura nono181...@yahoo.co.jp [firebird-support]
Analitico and all, I found that if I add the a extra field in the index like the pk and make the index unique it works fine. Many of those collation problems seem to relate to unicode_ci and unicode_ci_ai, and this relates to the usage of ICU functions. FB seems to set collation strength

Re: [firebird-support] Firebird 3.0.4 unicode_ci_ai index problems

2018-10-16 Thread nonomura nono181...@yahoo.co.jp [firebird-support]
>> CI AI indexes are much bigger because of ICU implementation of index key derivation. Compareing those icu depending collations, CI AI is smallest. http://demo.icu-project.org/icu-bin/collation.html Input --- ç C c Sort case 1 with sort keys: strength=default (equivalent of collate

Re: [firebird-support] Apparently timeout on queries

2018-10-16 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
16.10.2018 14:02, Marcelo Guimaraes mfguimar...@gmail.com [firebird-support] wrote: > . the same query executing alone on the environment, manipulating 5 millions > of records, > return is in about 20 minutes; > > Anybody have passed for a situation like that or know what are causing it?

Re: [firebird-support] Apparently timeout on queries

2018-10-16 Thread Marcelo Guimaraes mfguimar...@gmail.com [firebird-support]
Thanks for your attention! As FB don't have timeout for transaction, what can cause this issue? Do you have any idea? Regards, Marcelo Guimarães Em ter, 16 de out de 2018 às 09:30, 'Paul Beach' pbe...@mail.ibphoenix..com [firebird-support] escreveu: > > > > > I would like to know if the

RE: [firebird-support] Apparently timeout on queries

2018-10-16 Thread 'Paul Beach' pbe...@mail.ibphoenix.com [firebird-support]
> I would like to know if the Firebird have any kind of timeout on query > execution. Firebird 4.0 http://tracker.firebirdsql.org/browse/CORE-985 Paul

[firebird-support] Apparently timeout on queries

2018-10-16 Thread Marcelo Guimaraes mfguimar...@gmail.com [firebird-support]
I would like to know if the Firebird have any kind of timeout on query execution. I´m asking that because we are facing the following situations: .. query executing alone on the environment, manipulating 4 millions of records, the return is in seconds; .. the same query, executing in parallel

Re: Re: [firebird-support] Re: Firebird 3.0.4 unicode_ci_ai index problems

2018-10-16 Thread g...@liconic.com [firebird-support]
I'm out of the office till the 18th of October with a limited access to my emails. With the best wishes, Georgiy Kovalov

Re: [firebird-support] Re: Firebird 3.0.4 unicode_ci_ai index problems

2018-10-16 Thread hv...@users.sourceforge.net [firebird-support]
---In firebird-support@yahoogroups.com, wrote : > I found that if I add the a extra field in the index like the pk and make > the index unique it works fine. Ok. > Is expected to work fine even with the bug that you refer ? Not sure what is "fine" here. In any case -