Hi all,
I setup both 4.1.3 and 5.0.1 releases on AMD Opteron machine. Below
is list of issues I encountered and details for my current
environment:
Version: 4.1.3
--------------------
Invoking "ndb_mgmd -c config.ini -l Ndb.cfg -d" generates segmentation
fault in ConfigValuesFactory::put. (A quick diff between 4.1.3 and
5.0.1 shows several fixes in ConfigValues.cpp)
Will those fixes be merged into 4.1.x branch?
Version: 5.0.1
--------------------
The general speed of ndb is very slow (at least 100 times compared to
32 bit machine). This difference is not seen for InnoDB. I based
speed comparison on simple select count and bulk data import.
What could be the cause of this?
Configuration options
------------------------------
CFLAGS=-O3
CXX=gcc
CXXFLAGS='-O3 -felide-constructors -fno-exceptions -fno-rtti'
./configure --prefix=/usr/local/mysql --with-innodb --with-berkeley-db
--with-embedded-server --enable-thread-safe-client --with-openssl
--with-vio --with-ndbcluster
config.ini
-------------
[COMPUTER DEFAULT]
[MGM DEFAULT]
ArbitrationRank: 1
[DB DEFAULT]
NoOfReplicas: 1
[API DEFAULT]
[TCP DEFAULT]
PortNumber: 20000
[COMPUTER]
Id: 1
ByteOrder: Little
HostName: localhost
[MGM]
Id: 1
ExecuteOnComputer: 1
[DB]
Id: 2
ExecuteOnComputer: 1
FileSystemPath: /usr/local/mysql/ndb_data
[API]
Id: 3
ExecuteOnComputer: 1
[TCP]
NodeId1: 1
NodeId2: 2
[TCP]
NodeId1: 2
NodeId2: 3
----------------------------
Thanks in advance,
Aram