Tag: like

Found 10 results for this tag.

Listing Users by Number of Topics in Mysql

Listing Users by Number of Topics in Mysql

We have two different tables, one for topics opened and the other for users.In the system, the id information of the user who opens the topic is also kept in the table where the topics are found.In the Topics TableThere...

May 7, 20132 min read
What is MongoDB and NoSQL?

What is MongoDB and NoSQL?

MongoDB is a NoSQL database. NoSQL can be expanded as "not only SQL," meaning it's not SQL. This is because the queries executed are not the ones you're used to in MySQL or MS SQL systems. Advantages of NoSQL Systems T...

June 30, 20182 min read
Linux RAM Cleanup

Linux RAM Cleanup

In Linux operating systems, RAM usage tends to increase over time when the system is left running. This situation particularly affects the performance of websites on servers. We can mitigate this by clearing the RAM cach...

March 30, 20151 min read