Home › Forums › kdb+ › insert into global table in peach › Re: insert into global table in peach
-
If that’s what you really have to do, one way is to split those tables into multiple instances and use .z.pd (slave processes) for parallel computation. This adds to the complexity though so it’s not necessarily worth the cost.