kdb Questions

2

Solved

I am aware of this resource. But it does not spell out what parameters .u.upd takes and how to check if it worked. This statement executes without error, although it does not seem to do anything: ...
Erdah asked 20/11, 2013 at 19:4

1

I'm trying to setup qStudio in windows. While adding a new server, an error message pops up, saying: Connection does not work.java.io.IOException: java.sql.SQLException: Connection refused: connec...
kdb
Shechem asked 5/6, 2014 at 17:2

2

Solved

Is it possible to set column attributes for a partitioned table? q)h "update `g#ticker from `pmd" 'par q)h "update `s#ts from `pmd" 'par q) Should I set the attributes on the memory table, befor...
kdb
Cape asked 4/6, 2013 at 18:11

3

Solved

I want to ensure all values in column x are no smaller than 0.5, so I do: update x:max (x 0.5) from myTable But this gives an error (in Studio For KDB+): An error occurred during execution of t...
Rilda asked 14/4, 2014 at 9:25

0

Now that the 32-bit version of kdb+ has been made free for commercial use by kx, what benefits are there still to buying a licence, other than: 64-bit version will allow you to address more than ...
kdb
Painty asked 19/4, 2014 at 14:24

3

Solved

Kx announced their free kdb+ (32bit) time series database. What performance in terms of reads/writes per second can we typically expect from this database? I do understand this is a complex quest...
Rolanda asked 3/4, 2014 at 14:18

2

Solved

I'd like to calculate a new column which is a function of several columns using select. My actual application will involve a grouping in the select so the columns entries which I will pass to the ...
kdb
Outstare asked 3/12, 2013 at 14:10

2

Solved

I've heard quite a couple times people talking about KDB deal with millions of rows in nearly no time. why is it that fast? is that solely because the data is all organized in memory? another thin...
kdb
Milter asked 13/11, 2013 at 9:57

3

Solved

How would I go about getting a list of available functions and their parameters in a given namespace?
kdb
Mccarver asked 4/10, 2013 at 19:51

3

Solved

I have a C application that streams data to a kdb memory table all day, eventually outgrowing the size of my server RAM. The goal ultimately is to store data on disk, so I decided to run a timer pa...
kdb
Fabled asked 4/6, 2013 at 13:41

2

Solved

I have two directories that each contain a date-partitioned splayed table. Each directory has its own sym file as expected. The tables are exactly the same. I want to consolidate this into one dir...
Mushroom asked 24/6, 2013 at 13:3

2

Solved

I am defining a function that contains another function inside: find_badTicks:{ [tab;sec] // dummy function, for debug.. Ndays: 10i ; dates: select distinct date from tab where sym = sec ; clos...
kdb
Gyrfalcon asked 30/5, 2013 at 8:2

3

Solved

How can I delete the first 10 rows from a kdb table? I want to delete specifically the first 10 rows returned from: select [10] from mytable I tried to use delete with the i index but the count ...
kdb
Boelter asked 4/6, 2013 at 11:56

2

Solved

I have about 500 sensors which emit a value about once a minute each. It can be assumed that the value for a sensor remains constant until the next value is emitted, thus creating a time series. Th...
Metaphysics asked 3/5, 2013 at 19:18

2

Solved

This code produces a sequence of dates: firstdate: 2008.06.01 lastdate: 2008.08.31 daterange: firstdate + til (lastdate - firstdate) + 1 Is it possible to generate the same range excluding weeke...
kdb
Infante asked 20/4, 2013 at 1:41

2

Solved

I need to query a database which contains names of companies. I have list of around 50 names, for which i have to get the data. But I am unable to write a query using in command as there spaces in ...
kdb
Veinule asked 2/4, 2013 at 16:45

3

Solved

What are available tools/libraries to integrate Python with kdb?
Drubbing asked 11/6, 2011 at 20:4

3

Solved

I'm writing a q script that loads a db in a particular path and does some processing on it. The location of the db is currently hardcoded in the script, but I want to pass the db path as an argumen...
Ironmonger asked 4/7, 2011 at 13:44

© 2022 - 2024 — McMap. All rights reserved.