Hacker Emblem

BlogNotes to Myself

Unix, Databases, Life & More

  • Frontpage
  • Gallery
  • About Me
  • Imprint

R package for the Universal Scalability Law

Posted by Stefan on February 13, 2013

I am pleased to announce the general availability of my usl package for R on CRAN. The package is useful for creating models according to the Universal Scalability Law, which is used to quantify the scalability of hardware or software systems. It uses measurements from an existing system to predict the throughput for different loads and can be used to learn more about the scalability limitations of the system.

Read More...
Posted by Stefan in Software Comment: (1) Trackbacks: (0)
Defined tags for this entry: R, USL

No MERGE with ROWNUM

Posted by Stefan on January 27, 2013

This article outlines my findings of using ROWNUM with the MERGE statement in Oracle.

The pseudo column ROWNUM can be used to limit the result set to a specific number of rows. I have used this often when I had to update a lot of rows but needed to keep the size of the transaction fairly small. Systems using data replication like Materialized Views or Streams get easily out of sync when they have to cope with huge transactions.

The MERGE statement can be used to reconcile two data sets. A new row is inserted if the key is not available in the target table and it gets updated if it already exists.

Have you ever tried to use both at the same time?

Read More...
Posted by Stefan in Database Comments: (0) Trackbacks: (0)
Defined tags for this entry: Database, Oracle, SQL

Sendmail plugin for collectd

Posted by Stefan on December 28, 2012

Last year I published my code for a Collectd plugin to monitor OpenVZ beancounters. Here is another plugin I wrote to monitor Sendmail, the open source MTA for Unix.

Read More...
Posted by Stefan in Unix Comments: (0) Trackbacks: (0)
Defined tags for this entry: Sendmail, Tools, Unix
« previous page (Page 1 of 15, totaling 44 entries) next page »
Syndication
  • XML RSS 1.0 feed
  • XML RSS 2.0 feed
  • ATOM/XML ATOM 1.0 feed
Tags
Apache Concepts Database Mac OpenVZ Oracle PostgreSQL R SQL Tools Tuning Unix Virtualization
Recent Posts
R package for the Universal Scalability Law
Feb 13. 2013
No MERGE with ROWNUM
Jan 27. 2013
Sendmail plugin for collectd
Dec 28. 2012
LNNVL() and Time Oriented Data
Oct 13. 2012
Losing NOT NULL on disabled PK constraint
Sep 20. 2012
License
Creative Commons License
BlogNotes to Myself by Stefan Möding is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
 
Imprint - Privacy Policy