KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ .q.en – does it read the sym file from disk every time?

  • jfealy

    Member
    April 27, 2023 at 12:00 am

    Hi – yes it does. The corresponding logic block in .Q.en is

     

    (`/:d,s)??,/?:'{$[0h=@x;,/x;x]}’t c // which translates to `:path/to/sym ? distinct raze distinct each (symlist from each column)

    https://code.kx.com/q/ref/enum-extend/#filepath

     

Log in to reply.