I have a question regarding ODBC drivers settings.
We are using IBM Informix Dynamic Server Version 11.50.FC5W4X3 as a primary Source, we have install Native client for the same and we are using ODBC connection to select particular DB.
Is there some setting at ODBC level, which can give you the best performance. So far, we went with default settings, but we have around like 600GB of data to be transfer to Oracle 10g DB.
I’ve never tried PostgreSQL but perhaps that works better than MySQL? We’ve dabbled with MySQL but found the performance not good enough when compared to Oracle 10g.
I trying Postgreql database, but i have little problem with Data Source.
Data Integrator can find Postgresql tables but the queries are not following the correct syntax.
Example :
With Gui Postgresql Tools, we answer database such as :
SELECT "ID", textteeeuh FROM public."TEST";
And data integrator try to execute the following query
SELECT ID, textteeeuh FROM public.TEST
So data integrator need to add double quotes. Anybody got an idea ?
Luxury! I’m only able to achieve this dazzling 1000 rows per second performance if MySQL and BODS co-hosted.
Separate onsite server 100 rows a second
Separate cloud server 40 rows a second!
More details:
[list]
*BODS 4.0
*BODS DataStore 5.1
*MySQL ODBC 5.3
*MySQL Server 5.7
[/list]
Does anyone have any tuning advice for MySQL with BODS 4.0? I think later versions of BODS has a native driver but at the moment I’m having to use ODBC and it’s responding really badly. I don’t mind it being half as fast as Oracle but one twentieth is just ridiculous.
SAP HANA Express may be of help? It’s free up to 32GB of RAM and being a columnar store database, you can actually cram quite a bit of data into a 32GB HANA instance, especially with low cardinality data.
I only noticed that you are using BODS 4.0… that has been obsoleted and out of support for a long, long time. If your company is paying annual maintenance, you really ought to keep your DS environment up to date. That may also help with your problem?
E.g. BODS 4.2 SP08 supports MySQL 5.6 which may yield better performance than the old versions you are using now? SP09 has just been released but since SAP hasn’t updated the PAM yet, I cannot comment on any additional MySQL support.