kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to handle results from async calls to AquaQ TorQ gateway, on

//Deferred Synchronousgate: `::6007:admin:adming:hopen gate;sync1:{(neg g)(`.gw.asyncexecjpt;("select from trade"); `hdb;raze;();0D00:01:00.000001);g(::)};sync2:{(neg g)(`.gw.asyncexecjpt;("select sum size by sym from trade"); `hdb;raze;();0D00:01:00...

mccormjo by New Contributor
  • 3310 Views
  • 3 replies
  • 0 kudos

Re: [personal kdb+] querying from iphone/ipad

To answer your question regarding the errors you’re seeing, the csv parser is expecting either a table or a list of lists.So in the case of a list you need to enlist oncehttp://192.168.1.3:12001/csv?enlist namelistand in the case of an atom you’d nee...

TerryLynch by New Contributor II
  • 510 Views
  • 0 replies
  • 0 kudos

querying from iphone/ipad

I am currently using the GET querying with http e.g: http://192.168.1.3:12001/csv?tblnameThis returns the data but needs parsing. also, if i try working with lists or just variables e.ghttp://192.168.1.3:12001/csv?count tblname or http://192.168.1.3:...

Loading large data into a splay table

I'm trying to understand what's going on in the code:.Q.fs[{ .[`:dir/trade/; (); ,; .Q.en[`:dir] flip colnames!("DFFFFIS";",")0:x]}]`:file.csvfrom:http://code.kx.com/wiki/Cookbook/LoadingFromLargeFilesAndSplaying1) My understanding is that the follow...

namit101 by New Contributor
  • 770 Views
  • 1 replies
  • 0 kudos