Closed kvishnivetsky closed 8 years ago
for now we can use JOIN, but this can impact performance on big results sets, special on ORDER by. maybe better use internal hashmap and apply aliases on results...
Hashmap on cilent(browser) side have an advantage -> we make substitute operations only for displayed results (not more then 75 at a time).
BTW: we may operate with large results, storing them on server side(in PHP session var or use SQL LIMIT with range). It will reduce traffic and client memory usage. And client will request "result pages" by "page number argument", being sent to API RPC.
we close since all done.
Hi, Guys!
I suggest 2 variants of this feature implementation: