|
|
|
|
|
by smurfpandey
4162 days ago
|
|
These documents are simply sent to our client apps. All the processing happens on MySQL. And since we are sending JSON, so instead of creating JSON on runtime, we store as a document and retrieve that and send to the client. We retrieve documents using the unique id generated in mysql table. |
|