How SQL UPDATE is performed in CUBRID RDBMS
Dev Platform The internals of an RDBMS is extremely profound and sensitive. When updating a record in the table, not only the size ...
Database Sharding Platform at NHN
Dev Platform "Ins and outs of NHN" is a series of articles that compares platforms and services from third-party vendors with NHN's own ...
How to Monitor Java Garbage Collection
Dev Platform This is the second article in the series of "Become a Java GC Expert". In the first issue Understanding Java Garbage Co...
Understanding Java Garbage Collection
Dev Platform What are the benefits of knowing how garbage collection (GC) works in Java? Satisfying the intellectual curiosity as a soft...
Understanding JDBC Internals & Timeout Configuration
Dev Platform An application with a proper JDBC timeout can cut down the failure time. In this article we would like to talk about diffe...
What is Nginx?
Dev Platform Apache which had been at the forefront of web revival is now giving its way to Nginx. Nginx is spreading at a fast pace...
Understanding JVM Internals
Dev Platform Every developer who uses Java knows that Java bytecode runs in a JRE (Java Runtime Environment). The most important element of...
