kadir_kilicoglu
New Contributor II
since ‎2020.03.10
‎2023.03.03

User Statistics

  • 19 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hello, Assume that I have a table like; prices:([]sym:`u#`$();price:`float$()) ..and updating this table through the standard .u.upd function with the incoming data like; data:((`$"AAPL.B*";`$"AAPL^#");(122.74;123.17)) Furthermore; I have loaded a CS...
Hello,I set a tickerplant and a chained-tickerplant following the official best practices. Pretty straight-forward; a simulate a feed handler to push data into the tickerplant, which forwards the data to the chained-tickerplant and finally I have an ...
Hello Kdb+ enthusiasts!I have a binary log file around 100 GB which I want to replay with respect to each line timing. Normally, when we replay the log file, it is simply going quickly over all lines and let's say it will complete in 10 minutes. But ...
Hello Folk!I'm trying to setup KDB with secure web sockets available. I've followed the whitepapers and the knowledge base article but failed to set it up properly, I keep receiving a 501 error, or handshake error, or unkown authority, or etc.The whi...
I was examining the u.q library and see this line:[t;x]each w tWhat does this mean exactly? For each w t pairs?What is w here as I see it is not an argument of the function? Regarding the (neg first w) I assume that this is supposed to be a handle? I...
Kudos given to