Author |
Message
|
TBK |
Posted: Thu Feb 27, 2014 1:55 am Post subject: Performance of DatabaseInput node |
|
|
Newbie
Joined: 27 Feb 2014 Posts: 5
|
Hi,
Can anybody tell me if DatabaseInput node is better in performance?
I have always tried to find out if database interactions are better handled in Compute node or via database built-in nodes.
I understand the fact that DB built-in nodes are specifivally designed for DB interactions, but just need to know if these nodes offer better performance along with ease of coding? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 27, 2014 5:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
A Database Input node can be used to front a flow, i.e. make a flow react to a change.
You can't do that with a Compute node or the other Database nodes. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vishnurajnr |
Posted: Thu Feb 27, 2014 6:29 am Post subject: |
|
|
 Centurion
Joined: 08 Aug 2011 Posts: 134 Location: Trivandrum
|
Or you can use a time out notification node along with compute node if you believe it gives better performance.--- Just an option...!!! |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 27, 2014 7:03 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
vishnurajnr wrote: |
Or you can use a time out notification node along with compute node if you believe it gives better performance.--- Just an option...!!! |
If you believe it gives better performance, then either you're willing to make performance decisions based on random firings of neurons, or you've actually taken the time to determine what 'better performance' means, and then written tests to measure performance, and then run those tests.
Either you measure performance of actual implementations, or you make random guesses becaues it seems fun. There's no in between. |
|
Back to top |
|
 |
Gralgrathor |
Posted: Thu Feb 27, 2014 7:17 am Post subject: |
|
|
Master
Joined: 23 Jul 2009 Posts: 297
|
It's drugs, I tell ya. _________________ A measure of wheat for a penny, and three measures of barley for a penny; and see thou hurt not the oil and the wine. |
|
Back to top |
|
 |
TBK |
Posted: Tue Mar 04, 2014 9:54 am Post subject: |
|
|
Newbie
Joined: 27 Feb 2014 Posts: 5
|
I would be grateful if anybody who has performed performance tests or actually knows about ite performance could share some insight.
Actually I have to present tthis node and my POC works perfectly fine, just need some data to backup this node, a few highlighting points and advantages.. |
|
Back to top |
|
 |
|