OpenSolaris

You are not signed in. Sign in or register.

Blogs

30 Most Recent Blog Entries

trond DTrace probes in libmemcached on Mac OSX?
Jan 7, 2:18 PM
I have just pushed a patch to libmemcached that allows you to build libmemcached with the static DTrace probes. Please note that I haven't had the time yet to look at probes it contains (and if they ...
Database Soup Submit to pgCon!
Jan 5, 12:21 PM
As of today, you have 2 weeks left to submit talk proposals to pgCon ...
Database Soup Writing Maintainable Queries Part II
Jan 5, 6:05 AM
First off, before I get started on some more guidelines for writing maintainable queries, Regina and Leo already wrote about Part I ...
Database Soup Writing Maintainable Queries Part I
Dec 30, 1:07 PM
While I'm very glad to see that many web developers are discovering the power of complex queries, I'm not at all happy about how they write them ...
MortazaviBlog The Gibbs
Dec 26, 12:37 AM
I was reading about the Amistad case on Wikipedia, and noticed the interesting role that Josiah Willard Gibbs Sr., the theologian, had played in finding a Mende speaker. (Gibbs learned how to say ...
MortazaviBlog Conversation with Lenz Grimmer
Dec 22, 5:06 PM
You can read my conversation with Lenz Grimmer or look at other interviews conducted by the MySQL community team. 
trond Adding a backdoor to memcached
Dec 17, 12:06 PM
I have been using libumem and LD_PRELOAD to track down memory allocation problems in a lot of applications over the years, and I just love the runtime linker on Solaris (AFAIK you will find some of ...
Jignesh Shah PostgreSQL 8.3 Appliance based on OpenSolaris using VirtualBox
Dec 16, 11:00 PM
Based on Alex Eremin 's blog entry on minimal script and some of my own hacking,  I have a script that should allow to create a basic PostgreSQL 8.3 Appliance using OpenSolaris 2008.11 Kernel  in ...
Database Soup Finding Useless Indexes
Dec 14, 11:03 AM
PostgreSQL 8.3, by improving the Stats system, has made it very easy to find your useless indexes. These are indexes which aren't being used by any regular query, and don't enforce a constraint.
Jignesh Shah Call for Papers for CommunityOne (New York) on March 18 2009
Dec 12, 8:20 PM
This year CommunityOne is being held also in New York (March 18,  2009) in addition to the CommunityOne held in San Francisco (June 1, 2009). CommunityOne is a conference sponsored by Sun ...
Database Soup Two Audio Interviews
Dec 12, 9:25 AM
... here's two audio interviews with me which were recently posted.
Knut Anders Hatlen Java DB as a service on OpenSolaris 2008.11
Dec 10, 9:00 AM
The recently released OpenSolaris 2008.11 comes with Java DB 10.4.2.1. One of the new features compared to the Java DB version in OpenSolaris 2008.05 is support for SMF (Service Management Facility). ...
Jignesh Shah OpenSolaris 2008.11 and PostgreSQL 8.3
Dec 10, 6:59 AM
The second supported version of OpenSolaris called OpenSolaris 2008.11 is now officially launched. With the release, I guess now PostgreSQL 8.3 is now "officially" supported on OpenSolaris too ...
Knut Anders Hatlen User-defined ordering of strings in Apache Derby
Dec 5, 7:26 AM
Apache Derby (and Java DB ) has supported language-based ordering of strings (aka territory-based collation) since version 10.3.1.4. This means for instance that you can get an ORDER BY clause in an ...
Jignesh Shah PostgreSQL and Netbeans 6.5
Dec 4, 8:06 AM
With the release of JavaFX 1.0 , a new version of Netbeans 6.5 is now also available. Let's quickly look at its current PostgreSQL Support. The JDBC driver for PostgreSQL is integrated in Netbeans ...
trond Alignment bug in the binary protocol
Dec 4, 5:55 AM
When we implemented support for the binary protocol in the server we assigned the protocol header to a struct with the following code snippet: protocol_binary_request_header* req; req = ...
trond Displaying the 10 most popular keys in your memcached instance?
Dec 1, 2:13 PM
If you run your memcached -server on Solaris you can easily display the 10 most popular keys in you memcached server by using dtrace. The following little script will display the 10 most popular keys ...
rnl Time for a Home NAS!
Nov 30, 8:47 PM
Over the years I have accumulated quite a bit of digital content (music, pictures, videos, archived tax returns, etc) and have used external drives, CDs/DVDs, and even USB sticks to backup the data. ...
trond Not using CAS? disable them and save 8 bytes pr. item in your cache
Nov 25, 5:33 PM
The memcached server stores an 8-byte big unique id for each item that is stored (or updated), so that you can ask the server to do some operations on the items if and only if the has the value you ...
MortazaviBlog MySQL Query Analyzer
Nov 23, 10:22 PM
MySQL Query Analyzer is already helping people to drastically improve their application performance.  Jeff Freund (CTO, Clickability) shares an interesting use case .
rnl Test driving Hyperic HQ 4.x
Nov 19, 10:15 PM
Hyperic just released Hyperic HQ 4.x, and I recently took it for a test drive on OpenSolaris 2008.05 . The installation went smoothly, but I ran into one issue when starting the server. With a 64-bit ...
Jignesh Shah Quest for OpenSolaris based Appliance
Nov 18, 11:18 PM
Recently I burned a copy of OpenSolaris 2008.11 RC1 and used it with Songbird (using pkg install SUNWsongbird )  and Fluendo MP3 Decoder (which is free for OpenSolaris),  Flash and soon I had a setup ...
Jignesh Shah Snapshots with PostgreSQL and Amber Road
Nov 12, 10:00 PM
Continuing on my earlier blog entry on setting PostgreSQL using Amber Road devices , let's now look at how to take snapshots for such systems.  Considering a typical PostgreSQL system there are two ...
Jignesh Shah 8x Quad-Core Opteron PostgreSQL/MySQL Server Try and Buy Offer
Nov 10, 10:00 PM
Somehow I must have missed this  try and buy offer before.  Evaluate the Sun Fire X4600 with PostgreSQL, MySQL or Microsoft SQL Server 2005 . The Sun Fire X4600 M2 Server included in the program is ...
trond Engine interface
Nov 10, 1:43 PM
I have been working on the engine interface lately, and I am happy to say that I have just uploaded the document to the memcached wiki at http://code.google.com/p/memcached/wiki/EngineInterface . ...
rnl Not just another NAS appliance
Nov 10, 10:15 AM
Sun just announced a new line of storage appliances that will forever change the NAS appliance market. By using OpenSolaris and technologies such as ZFS, DTrace, FMA and SMF with standard-based ...
Jignesh Shah PostgreSQL and Project Amber Road (Sun Storage 7000 Series)
Nov 10, 8:51 AM
The New Sun Microsystems  announced a new line of OpenStorage devices. The new Sun Storage 7000 Unified Storage Systems (code name Amber Road ) are Storage appliances which uses ZFS as the core ...
tomdaly Sun Demonstrates Compelling Price Performance
Nov 6, 5:22 PM
Sun demonstrates compelling price/performance advantage of enterprise supported Open Source. Using Glassfish V2 U2 / MySQL 5.0/ OpenSolaris on commodity Sun Intel hardware (i.e. SunFire X4150 Intel ...
allanp MySQL Performance Optimizations
Nov 6, 3:50 AM
You might be wondering what's been happening with MySQL performance since Sun arrived on the scene. The good news is that we haven't been idle. There's been general recognition that MySQL could ...
jkshah Yes You Can - Save $$$ on cost of Proprietary Databases
Nov 5, 10:00 PM
The New Sun Microsystems  announced a new Glassfish/MySQL/OpenSolaris SPECjAppServer2004 result today. The  real highlight is that all software used in this benchmark is all Open Source Software. It ...