Apatar.com
|
Log In
Log In
close x
Login
Password
Remember me
Forgot Your Password?
Create Account
close x
First Name
Last Name
E-mail
Telephone
Message
Home
DataMaps
Downloads
Community
Documentation/Wiki
Report Bugs
Forums
Mailing Lists
ETL News
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
Apatar Community Forums Forum Index
->
Help
Post a reply
Username
Subject
Message body
Emoticons
View more Emoticons
Font colour:
Default
Dark Red
Red
Orange
Brown
Yellow
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Violet
White
Black
Font size:
Font size
Tiny
Small
Normal
Large
Huge
Close Tags
Options
HTML is
OFF
BBCode
is
ON
Smilies are
ON
Disable BBCode in this post
Disable Smilies in this post
All times are GMT
Jump to:
Select a forum
Apatar Open Source
----------------
Announcements
Installation and Upgrade
Help
General Discussion
Feature Requests
Downloads
Development
APPLICATION INTEGRATION AND CONNECTORS
----------------
New Connector Requests
Connectors Discussion
DataMaps
Topic review
Author
Message
adminaia
Posted: Wed Mar 21, 2012 9:38 am
Post subject:
I speed up Join-Node #1 by filtering my 1st MySql-Node.
And my second Join-Node has only 20.000 values to match.
But it would be very nice if someone could check how to JOIN
3 tables in ONE SQL-Node.
Greetings
adminaia
Posted: Mon Mar 19, 2012 8:34 am
Post subject:
Ok, but actually I faced a problem joining 3 tables with inner join.
Two tables work fine:
Select * From `vtiger_contactdetails` Inner Join `vtiger_contactaddress` On contactid = contactaddressid
But this won't:
Select * From (`vtiger_contactdetails` Inner Join `vtiger_contactaddress` On contactid = contactaddressid) Inner Join `vtiger_contacscf` on vtiger_contactdetails.contactid = vtiger_contactcf.contactid
Or can I access a MySQL-View somehow?
adminaia
Posted: Fri Mar 16, 2012 8:21 am
Post subject:
Thanks for your answer,
it is pretty fast now!
Sergei
Posted: Thu Mar 15, 2012 12:57 pm
Post subject:
Hello,
You may try to write SQL query within MySQL connector to join two tables instead of using Join node. It would definitely speed up the process.
adminaia
Posted: Thu Mar 15, 2012 11:18 am
Post subject: Slow Join
Hello!
I'm working with apatar for a week and i think it is easy to learn. Brings fast solutions.
But today i faced a big problem while JOINING two MYSQL tables with about 370k records in. Each!
I build a first connector to table CONTACT and a second one to table ADRESS. Joining them all took hours (days?). I killed the job meanwhile.
Reducing the amount of values with WHERE lastname = 'smith' in table1 and where country = 'italy' in table2 will produce a fast result.
My second approach was to use the generic ODBC connector for mysql. It is faster to configure but i can not select different values with WHERE.
Any idea how to speed up?
Powered by
phpBB
© 2001, 2005 phpBB Group
Terms and Conditions
Privacy Policy
Contact Info
Comments and Suggestions