Hai all,
Compiling MonetDB Mercurial source on macOS Catalina (10.15.4) results in the following error:
/Users/jennie/monet/Nov2019/common/utils/mcrypt.c:476:3: error:
'CC_MD5_Final' is deprecated: first deprecated in macOS 10.15 - This
function is cryptographically broken and should not be used in
security contexts. Clients should migrate to SHA256 (or stronger).
[-Werror,-Wdeprecated-declarations]
MD5_Final(md, &c);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/CommonCrypto/CommonDigest.h:282:37: note:
expanded from macro 'MD5_Final'
#define MD5_Final CC_MD5_Final
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/CommonCrypto/CommonDigest.h:139:12: note:
'CC_MD5_Final' has been explicitly marked deprecated here
extern int CC_MD5_Final(unsigned char *md, CC_MD5_CTX *c)
^
7 errors generated.
How can I get rid of this error? Disable -Wdeprecated-declarations? Or disable MD5 but use SHA256 instead?
Thanks!
Jennie
We believe we might be observing the behaviour described here:
https://www.monetdb.org/blog/monetdb-sql-transaction-management-scheme
Specifically “At certain intervals, if the database is idle, the store
manager will merge the updates from the WAL into the primary storage”
We perform some heavy updates to the database (we have experimented with
putting these in a single transaction or having separate transactions for
each, but the behaviour is the same).
The updates are basically dropping tables, recreating them and then a COPY
INTO.
Once the final load has finished, and has been committed, for around 30
seconds we can query the database, but then for a period of several minutes
it basically locks up.
I wonder if there is any way to control this behaviour?
Regards
Steve
Hi,
I would like to use the stethoscope tool to monitor the performance of queries. But, I do not find the tool in the MonetDB software that I installed on my server. Can you help me to get the stethoscope tool.
[root@xxxxxx ~]# yum list installed |grep -i monet
MonetDB.x86_64 11.35.9-20191218.el7 @monetdb
MonetDB-SQL-server5.x86_64 11.35.9-20191218.el7 @monetdb
MonetDB-client.x86_64 11.35.9-20191218.el7 @monetdb
MonetDB-client-odbc.x86_64 11.35.9-20191218.el7 @monetdb
MonetDB-release-epel.noarch 1.3-1.monetdb installed
MonetDB-stream.x86_64 11.35.9-20191218.el7 @monetdb
MonetDB5-server.x86_64 11.35.9-20191218.el7 @monetdb
[cid:image001.jpg@01D5F602.57C58E70]
Suresh Devarakonda
84.51<http://www.8451.com/>°
TDO - Database Support Team
D: 513.632.3692
M: 859.512.1839
A: 100 W. 5th Street, Cincinnati, Ohio 45202
Cincinnati | Chicago | New York | Portland
Facebook<https://www.facebook.com/8451group/?ref=aymt_homepage_panel> LinkedIn<https://www.linkedin.com/company/84-51/?trk=biz-companies-cym> Instagram<https://www.instagram.com/84.51/> Twitter<https://twitter.com/8451group>
Please consider the environment before printing this email.