Wednesday, 21 August 2013

Pass data between two servers in KDB using C

Pass data between two servers in KDB using C

There are two server with different data available in them. I am looking
for a way to combine two tables using q query in C++ without running any
servers at my end.
Query 1 @ Server 1 => table1 Query 2 @ Server 2 => table2
I want to use asof join in Q to join table1 and table2 in C++.
Is this possible ?

No comments:

Post a Comment