mserver5 options
Hi, How to pass/set mserver5 options via monetdb(d) ? I’m trying to get started monetdb in in-memory mode. mserver5 has option --in-memory Run database in-memory only however all attempts to pass it were unsuccessful. -- - -
This option was added to mserver5 later, it’s support is not added to monetdbd yet. I’m not sure if it works, but you can try this work around: make sure that the following is defined in the environment where you start monetdbd "MSERVER5_EXTRA_ARGS=--in-memory"
On 28 Jun 2020, at 21:18, - -
wrote: Hi,
How to pass/set mserver5 options via monetdb(d) ?
I’m trying to get started monetdb in in-memory mode. mserver5 has option
--in-memory Run database in-memory only
however all attempts to pass it were unsuccessful.
-- - - _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
Tnx for hint, however it doesn’t work although mserver5 started in inmemory mode. monetdbd doesn’t start without path to the dbfarm. if it is set mserver5 rejected to start. !ERROR: both dbpath and in-memory must not be set at the same time thus, another question: how to start monetdbd in inmemory mode? >Вторник, 7 июля 2020, 19:21 +03:00 от Ying Zhang: > >This option was added to mserver5 later, it’s support is not added to monetdbd yet. > >I’m not sure if it works, but you can try this work around: make sure that the following is defined in the environment where you start monetdbd "MSERVER5_EXTRA_ARGS=--in-memory" > >> On 28 Jun 2020, at 21:18, - - < bindto@bk.ru > wrote: >> >> Hi, >> >> How to pass/set mserver5 options via monetdb(d) ? >> >> I’m trying to get started monetdb in in-memory mode. mserver5 has option >> >> --in-memory Run database in-memory only >> >> however all attempts to pass it were unsuccessful. >> >> -- >> - - >> _______________________________________________ >> users-list mailing list >> users-list@monetdb.org >> https://www.monetdb.org/mailman/listinfo/users-list >_______________________________________________ >users-list mailing list >users-list@monetdb.org >https://www.monetdb.org/mailman/listinfo/users-list -- - -
On 10 Jul 2020, at 00:09, - -
wrote: Tnx for hint, however it doesn’t work although mserver5 started in inmemory mode.
monetdbd doesn’t start without path to the dbfarm. if it is set mserver5 rejected to start.
!ERROR: both dbpath and in-memory must not be set at the same time
This actually makes sense => if mserve5 is running in the in-memory mode, it doesn’t need a dbpath.
thus, another question: how to start monetdbd in inmemory mode?
the in-memory mode only applies to mserver5 (i.e. the database server). I’m afraid you’re have to start mserver5 with the --in-memory option yourself, instead of using monetdbd to do that.
Вторник, 7 июля 2020, 19:21 +03:00 от Ying Zhang
: This option was added to mserver5 later, it’s support is not added to monetdbd yet.
I’m not sure if it works, but you can try this work around: make sure that the following is defined in the environment where you start monetdbd "MSERVER5_EXTRA_ARGS=--in-memory"
On 28 Jun 2020, at 21:18, - -
x-msg://47/compose?To=bindto@bk.ru> wrote: Hi,
How to pass/set mserver5 options via monetdb(d) ?
I’m trying to get started monetdb in in-memory mode. mserver5 has option
--in-memory Run database in-memory only
however all attempts to pass it were unsuccessful.
-- - - _______________________________________________ users-list mailing list users-list@monetdb.org x-msg://47/compose?To=users%2dlist@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list https://www.monetdb.org/mailman/listinfo/users-list
users-list mailing list users-list@monetdb.org x-msg://47/compose?To=users%2dlist@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list https://www.monetdb.org/mailman/listinfo/users-list
-- - -
_______________________________________________ users-list mailing list users-list@monetdb.org mailto:users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list https://www.monetdb.org/mailman/listinfo/users-list
Is there a plan to update PHP library to work with Unix domain socket? -- - -
participants (2)
-
- -
-
Ying Zhang