OpenSolaris

You are not signed in. Sign in or register.

Blogs

30 Most Recent Blog Entries

Database Soup pg_stat_statements in 8.4
Jul 1, 5:52 AM
Knut Anders Hatlen Accessing Derby from Perl
Jul 1, 2:25 AM
Bernt found out that There is More Than One Way To Do It ( TMTOWTDI ) is true for Derby too, and wrote a wiki page which explains how to access a Derby database from Perl using the DBD::JDBC module. ...
rnl How to add DTrace probes to your application
Jun 30, 8:22 AM
rnl More on the demos from PgCon 2009
Jun 29, 11:17 AM
rnl PostgreSQL DTrace Toolkit
Jun 28, 9:16 PM
Database Soup Anyone Have a Timer for Lightning Talks?
Jun 27, 10:31 AM
Database Soup Normalization, Performance, and Virtual Private Databases
Jun 25, 12:01 PM
trond Replicate your keys to multiple memcached servers.
Jun 25, 2:50 AM
If you look at a how the (community version) of memcached works, all servers are completely isolated from each other. They don't know (or care) about the existence of other servers, and all advanced ...
Database Soup OSCON for Postgres Geeks
Jun 24, 11:13 AM
MortazaviBlog Contributing to MySQL
Jun 24, 1:57 AM
MortazaviBlog Among the favorites
Jun 18, 11:12 PM
One of my favorite JIRAs on Apache is #Derby-646 .
Database Soup Tech Talk Tip #3: Talk Abstract
Jun 10, 5:22 PM
Ok, so you've investigated the conference and you have a title for your talk. Now they want a talk abstract and description, and maybe a bio. What do you put there?
MortazaviBlog Network Management Data Reduction and Smoothing -- A MySQL Webinar
Jun 4, 3:57 PM
ScienceLogic embeds MySQL in its EM7 network management appliances. An installation of EM7 can perform over half a billion database queries daily, storing massive amounts of data for both real-time ...
MortazaviBlog Java DB 10.5.1 is Released!
Jun 3, 12:28 PM
By now, it is already a 5-day-old news that Java DB 10.5.1 has been released ! Great team work and effort went into this release! Thank you Kim Haase, Liz Drachnik, Hery Ramilison, Edward Ort and the ...
Jignesh Shah Minimal OpenSolaris 2009.06 Appliance Image for VirtualBox 2.2.4
Jun 2, 11:00 PM
With the release of the OpenSolaris 2009.06, I thought it is time to update the Minimal OpenSolaris 2008.11  Appliance OVF image that I had created earlier. The script create_osol2009006_app.sh has ...
Jignesh Shah Read Only Scalability Patch
May 30, 12:00 AM
Simon Riggs of 2nd Quadrant recently submitted a patch for testing which should improve read only scalability of Postgres. I took it for a test drive for my setup. In the first set of tests I used ...
Knut Anders Hatlen Java DB 10.5.1.1 has been released
May 29, 6:36 AM
Java DB 10.5.1.1 has just been posted on the Java DB site . This release contains the exact same jar files as, and is functionally equivalent to, the recently released Apache Derby 10.5.1.1 . In ...
Jignesh Shah Postgres 8.4 Testing with new JDBC Drivers
May 28, 10:00 PM
At PGCon 2009, Jesper Pedersen talked to me about the new Binary Transfer patch which was submitted to the JDBC Driver for Postgres 8.4. I thought it will be nice to compare how the JDBC 8.4 driver ...
MortazaviBlog User Has It Right! ....
May 28, 11:10 AM
Kristian Waagan (of Sun's Java DB development team) has really given Java DB (Sun's distribution of Apache / Derby) a new life of its own when it comes to handling CLOBs, starting with Java DB 10.5. ...
Database Soup PostgreSQL Development Priorities
May 28, 5:03 AM
One of the things I spoke about last year, and this year again at the Developer meeting, was what should be our highest priorities for technical development to drive PostgreSQL adoption. That is, ...
Jignesh Shah Postgres on OpenSolaris using Quad Cores: Use FX Scheduler
May 27, 10:00 PM
During my PGCon 2009 presentation there was a question on the saw tooth nature of the workload results on the high end side of benchmark runs. To which Matthew Wilcox (from Intel) commented it could ...
Database Soup pgCon 2009 part 2
May 26, 6:43 AM
Thursday. Dave, Magnus and Selena gave their keynote, which was more funny than anything else. Dan also announced that pgCon would be sponsoring the Website Design Contest. Then we had 6 hours of ...
Database Soup pgCon 2009 part 1
May 25, 4:14 PM
Wow, pgCon is already over and I'm on my way home. This year's conference flew by, an intense journey of tutorials, meetings, sessions, dinners and one big party. And one big blur of 1am discussions ...
Jignesh Shah PGCon 2009: Performance Comparison of Postgres 8.3 Vs Postgres 8.4
May 22, 5:16 AM
On the first day of PGCon 2009 I presented on my results of my testing with Postgres 8.4beta1 vs the earlier version (8.3.7). The good news is it should not cause any regressions to existing users of ...
MortazaviBlog Webinar on the New MySQL Connector/C++
May 19, 12:39 PM
Tomorrow (Wednesday, May 20, 2009), Ulf Wendel and Andrey Hristov, engineers working in the Connector team of Sun|MySQL database group, will be presenting a webinar about the new MySQL Connector/C++ ...
Jignesh Shah Postgres 8.4 Lock Wait Statistics Tool
May 18, 10:00 PM
While working on my upcoming presentation for PGCon 2009 on Thursday , I found that sometimes it is misleading to just take one snapshot of locks to figure the hot locks in PostgreSQL workload ...
Jignesh Shah PostgreSQL Transactions Per Second Using Dtrace
May 15, 1:38 PM
 I modified one of Robert's dtrace scripts so that it is  useful for my purpose to measure often asked transactions per second  for random workload running on PostgreSQL. The script is as follows: ...
Database Soup pgDay San Jose call for presentations
May 14, 4:57 PM
Thanks to O'Reilly, we once again have a room for a full day at the OSCON venue. Only this year, the venue is the San Jose Convention Center. You should submit a talk.
Database Soup Monty declares Open Database Alliance
May 13, 12:20 PM
In a laudable effort to pull together the MySQL companies before Oracle lowers the axe on Sun/MySQL, Monty Widenius has launched the Open Database Alliance ...
trond Connection pooling libmemcached
May 12, 1:26 AM
A while back I looked at the Memcached UDF for MySQL, and noticed that it didn't use libmemcached in an optimal way. In order to work in a multithreaded environment it used the following pattern: ...