Questions tagged [monetdb]

MonetDB is an open-source implementation of a column-oriented database. It is focused on analytical applications on a main memory resident database. MonetDB is a relational database and provides an SQL top-level interface. It is actively developed at CWI in Amsterdam, The Netherlands.

441 questions
-1
votes
1 answer

How to install Tachograph (a monitoring tool of MonetDB Jul2015 release) in Ubuntu 14.04

I have installed the latest Jul2015 release, and I would like to use the latest tools tachograph to determine the progress of query execution. According to https://www.monetdb.org/Documentation/Manuals/MonetDB/Profiler/tachograph, Tachograph is…
-1
votes
2 answers

how to start a database using mserver in the monetdb

I want to bind the program in one cpu when I using monetdb,so I think I can start the monetdb with mserver for this purpose,but I do not know how to do,if my database named newdb,what can I do?
psnbbgy
  • 3
  • 2
-2
votes
1 answer

'pyapi.eval_loader' undefined in: pyapi.eval_loader(0x7f34f01f2c60:ptr, "{_emit.emit( { 'event_date': '2019-10-10', 'status': 1})};":str);

While trying to use Monet/Python Loader function,we are getting the following error pymonetdb.exceptions.OperationalError: 'pyapi.eval_loader' undefined in: pyapi.eval_loader(0x7f34f01f2c60:ptr, "{_emit.emit( { 'event_date': '2019-10-10',…
-2
votes
1 answer

Two Database in same project

What approach should I follow to use two different type of databases in the same project for eg. MySql for transaction related queries and MonetDB for analysis purpose ?
Manoj
  • 1
  • 3
-2
votes
1 answer

how to add dll files in monetdb?

I have installed "monetdb5" and i am getting the error, "The program can't start because libmapi.dll is missing from your computer.Try reinstalling the program to fix this problem" when i tried to open "mclient.exe" and "The program…
mouni
  • 1
-2
votes
1 answer

create a database MonetDB

I have a problem with the creation of a new database. After that I started MonetDB Server, I insert this command: mserver5 --dbpath="C:\database1" But the server give me this error: !SintaxException:parseError:mserver5…
1 2 3
29
30