Archive | KPLabs

09:00 ~ 1 Comment

(English) Going enterprise 2.0 cloud: Insights from developers

Prior to our public launch of www.knowledgeplaza.net, we had been working with the enterprise edition of KP. We have one on-premise client using KPE (client in-house infrastructure), rest of cases are SaaS (software accessed remotely). But moving from a on-demand model to an automatic online sign-up open for everyone requires an intensive workload from the [...]

Continue Reading

21:25 ~ 0 Comments

Round and round goes the buffer …

The concept of circular buffer (or ring buffer) is well known. It is immensely useful when dealing with buffering and processing stream of data. All in all, it’s pretty simple to implement, you just have an array of bytes that you treat like a ring by maintaining a begin pointer and an end pointer. When [...]

Continue Reading

17:27 ~ 2 Comments

Some quick numbers about SSD for PostgreSQL

SSDs are not new anymore, there are plenty of benchmark and tests out there. Even on the specific combination of SSDs and PostgreSQL, there is quite a lot of availabe data. This post by Jignesh Shah is a good example (fyi, if you use PostgreSQL on Solaris, that blog’s awesome !).
And when the time came [...]

Continue Reading