Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-10 Thread Vlad Khorsun
Here is the pull request: https://github.com/FirebirdSQL/firebird/pull/311 Regards, Vlad Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-08 Thread Dmitry Yemanov
08.02.2021 17:02, Vlad Khorsun wrote: I agree, except of usage of first entry of TempDirectories for GTT\temporary TS - it was never used in this way and I see no good reason to do it now. OK. Dmitry Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listi

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-08 Thread Vlad Khorsun
08.02.2021 14:13, Dmitry Yemanov wrote: 03.02.2021 16:29, Dmitry Starodubov wrote: As it's described in CORE-1241, configuration parameter "TempDirectories" does not affect a place where some temporary files are stored. Instead they are stored in the path given by the FIREBIRD_TMP environment

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-08 Thread Dmitry Yemanov
03.02.2021 16:29, Dmitry Starodubov wrote: As it's described in CORE-1241, configuration parameter "TempDirectories" does not affect a place where some temporary files are stored. Instead they are stored in the path given by the FIREBIRD_TMP environment variable and it's not very obvious. AF

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-05 Thread liviuslivius
wiadomość Od: Mark Rotteveel Data: 05.02.2021 14:42 (GMT+01:00) Do: firebird-devel@lists.sourceforge.net Temat: Re: [Firebird-devel] New configuration parameter to resolve CORE-1241 On 05-02-2021 14:32, liviuslivius wrote:> Are you sure that you talk about Firebird no Interbase con

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-05 Thread Mark Rotteveel
On 05-02-2021 14:32, liviuslivius wrote: Are you sure that you talk about Firebird no Interbase config. In Firebird there is not size specification or i miss something? To quote from the firebird.conf documentation on TempDirectories: "Once the first specified directory has no available space,

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-05 Thread liviuslivius
Developers Temat: Re: [Firebird-devel] New configuration parameter to resolve CORE-1241 05.02.2021 13:29, liviuslivius wrote:> Wouldn't be enough that only first folder in the list will be used for these purposes?   The problem is not folder's usage but respecting configured limi

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-05 Thread Dimitry Sibiryakov
05.02.2021 13:29, liviuslivius wrote: Wouldn't be enough that only first folder in the list will be used for these purposes? The problem is not folder's usage but respecting configured limit to its size. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforg

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-05 Thread liviuslivius
Wouldn't be enough that only first folder in the list will be used for these purposes? And just mark it in the parameter description. Personall, i would not wait with the implementation to tablespaces existence, especially that someone is interested in implementing it now :)Regards,Karol Bienias

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-05 Thread Dimitry Sibiryakov
05.02.2021 07:24, Dmitry Starodubov wrote: It's not trivial and it seems will be implemented using tablespaces as suggested by Vlad. Why? Structure of files for temp tables matches structure of database and Firebird is already able to work with multifile database. The only problem I foresee

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-04 Thread Dmitry Starodubov
03.02.2021 19:21, Vlad Khorsun пишет: 03.02.2021 15:29, Dmitry Starodubov wrote: Hello all. As it's described in CORE-1241, configuration parameter "TempDirectories" does not affect a place where some temporary files are stored. Instead they are stored in the path given by the FIREBIRD_TMP

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-04 Thread Dmitry Starodubov
? Regards, Karol Bieniaszewski Oryginalna wiadomość Od: Dmitry Starodubov Data: 03.02.2021 14:45 (GMT+01:00) Do: For discussion among Firebird Developers Temat: [Firebird-devel] New configuration parameter to resolve CORE-1241 Hello all. As it's described in CORE

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-04 Thread Dmitry Starodubov
03.02.2021 17:32, Dimitry Sibiryakov пишет: 03.02.2021 14:29, Dmitry Starodubov wrote: I propose to create a new configuration parameter, which will be identical to FIREBIRD_TMP environment variable.   Why not to begin use the old parameter for listed things instead and just fix inability of

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-03 Thread Vlad Khorsun
03.02.2021 15:29, Dmitry Starodubov wrote: Hello all. As it's described in CORE-1241, configuration parameter "TempDirectories" does not affect a place where some temporary files are stored. Instead they are stored in the path given by the FIREBIRD_TMP environment variable and it's not very obv

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-03 Thread liviuslivius
: For discussion among Firebird Developers Temat: [Firebird-devel] New configuration parameter to resolve CORE-1241 Hello all.As it's described in CORE-1241, configuration parameter "TempDirectories" does not affect a place where some temporary files are stored. Instead they are

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-03 Thread Jiří Činčura
>Why not to begin use the old parameter for listed things Seconded. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-03 Thread Dimitry Sibiryakov
03.02.2021 14:29, Dmitry Starodubov wrote: I propose to create a new configuration parameter, which will be identical to FIREBIRD_TMP environment variable. Why not to begin use the old parameter for listed things instead and just fix inability of temp tables to be span across multifile datas

[Firebird-devel] New configuration parameter to resolve CORE-1241

2021-02-03 Thread Dmitry Starodubov
Hello all. As it's described in CORE-1241, configuration parameter "TempDirectories" does not affect a place where some temporary files are stored. Instead they are stored in the path given by the FIREBIRD_TMP environment variable and it's not very obvious. AFAIU "TempDirectories" parameter i