Posts: 15
Threads: 5
Joined: Mar 2017
can i use no sql instead of mysql
Posts: 2,889
Threads: 59
Joined: Jun 2010
Hi vkp,
No only MySQL is supported. Is there any reason you want to use NoSQL?
Have
you completed
the interview?
Posts: 15
Threads: 5
Joined: Mar 2017
Hi Steven,
Thank you for your reply.
We have nearly 5 to 6 lakh users per day. Nearly 10000 users in real time.
So we think mysql will support this much users request at a time. So any other better sql structure?
Posts: 2,889
Threads: 59
Joined: Jun 2010
Okay, thanks for answering but the answer is still the same, only MySQL is supported.
Have
you completed
the interview?
Posts: 15
Threads: 5
Joined: Mar 2017
Thank you for your reply steven.
How to implement caching here?
Since we have more than 10k live users we need caching to maintain the server and website. please advise me?
Posts: 2,889
Threads: 59
Joined: Jun 2010
Hi vkp,
I think you're only the second person to request caching (see below link). I will see if I can add it either in the next version or as a module. It's quite a big feature so it's not something I can explain how to do in a forum reply.
https://www.commentics.org/forum/showthr...p?tid=1130
Have
you completed
the interview?
Posts: 15
Threads: 5
Joined: Mar 2017
Thank you for your reply.