Drop Path for Compiled App file in app.json or launch.json
If you compile you app in VScode then the app is dropped in the root of you app. I would like to have the possibility to give up a path (within my app folder) where the compiled app is dropped.
Global NST cache Less SQL load and Higher performance
So we have a NST cache which will cache allot of frequent asked resultsets (based on cachesize)
and we have an SQL server that caches what it thinks is right.
These caches are very nice, but when you have a expensive calculation which involves allot of queries and allot ...
DataTransfer with option for truncate table
ey all,
So we now have the amazing datatransfer type
Really happy about it. so we can finally migrate big tables by our big customers.
1 downfall is that if we introduce a new table, we copy everything over to the new table (through datatransfer)
...