delete variable and namespace - Kdb+ / qStudio

Home Forums Kdb+ / qStudio delete variable and namespace

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #159

    Michael
    Guest

    Our server occasionally becomes full of garbage temporary variables and namespaces that people have created. How can I delete variables? How can I delete namespaces?

    ~Mike

    #174

    admin
    Keymaster

    Mike,

    Unfortunately you cannot delete a namespace: http://www.timestored.com/kdb-guides/q-quirks#deleteNamespace

    You can delete all the variables contained in a namespace with
    delete from `.ns
    To delete from the default namespace:
    delete from `.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.