.Q namespace within the q/kdb+ database system
Questions tagged [dotq]
2 questions
2
votes
2 answers
Command to check partitioned directory in KDB
I have one 'q' service running. I want to check whether current directory in the service is a partitioned directory or not. Is there any command to do that?

Rahul
- 3,914
- 1
- 14
- 25
0
votes
1 answer
meta does not work when using get on a splayed table
I have seen this question, but I think my issue is a bit different :
kdb splayed table meta error
I am saving a table splayed in a location with the following command :
pthToSplayed upsert .Q.en[pthtohdbroot;] table
I don't have any sym so nothing…
user10165841