Open source database highly optimized for Web applications

한국어 Login Register


All stories
The Story behind LINE App Development

The Story behind LINE App Development

Dev Platform If you have a smartphone, you must be using LINE, KakaoTalk, or Whatsapp messaging app, if not all of them. But unli...

6 hours ago by [Level:0]Esen Sagynov 0 511
How Statement Pooling in JDBC affects the Garbage Collection

How Statement Pooling in JDBC affects the Garbage Collection

Dev Platform There are various techniques to improve the performance of your Java application. In this article I will talk about Statement ...

4 weeks ago by [Level:0]Dongsun Choi 2 1589
How SQL UPDATE is performed in CUBRID RDBMS

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 ...

last month by [Level:0]Donghyun Lee 0 1834
Database Sharding Platform at NHN

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 ...

last month by [Level:0]Jeon Won Hee 0 1584
How to Monitor Java Garbage Collection

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...

last month by [Level:0]Sangmin Lee 0 7457
Understanding Java Garbage Collection

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...

2 months ago by [Level:0]Sangmin Lee 6 7386
Understanding JDBC Internals & Timeout Configuration

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...

2 months ago by [Level:0]Woon Duk Kang 1 8021