Direct Json result from Db driver (no Dataset)
For remote server with REST we need a FAST Json result from Db driver, direct, avoiding dataset marshalling.
3
votes
Stefano Monterisi
shared this idea
-
Danijel Premuš commented
Prijevod teksta
Izvorni tekst
UniDAC already supports multithreading and connection pooling. Only one thing that is missing for making REST servers are fast conversion query results to JSON. I made some testing serving UniQuery dataset as JSON array and results are about 3 times slower than same application written in Go.