Home › Forums › kdb+ › .q.en – does it read the sym file from disk every time? › Re: .q.en – does it read the sym file from disk every time?
-
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