Also consider the memory usage limitations of JS, which by default are set pretty low.Depending on what you want to do, the "fastest" would likely be to define your own sql statements and execute on the db, either through SQL activities or triggered by JS. When enabling SQL logging and doing your st...