stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


Database benchmark wars: What you need to know







Database benchmark wars: What you need
to know

Database benchmark wars: What you need
to know
08/09/2002 11:09 PM

CNET Aug 9 2002 10:08PM ET




This is a GrokNews Entry: (what is grok?)





Similar Items

Database benchmark wars: What you need to know

Grok Headline matches for Database benchmark wars: What you need to know

Star Wars: Clone Wars Fine Art Giclče
Print


Star Wars: Clone Wars Fine Art Giclče
Print
05/09/2004 01:43 AM
The first authorized, limited edition art from the animated micro-series Star Wars: Clone Wars entitled "Heroes and Villains" will soon be available from Acme Archives. Click on the thumbnail above for more details.

FLASH: 'Star Wars: Episode III Revenge
of the Sith' is full title of final Star
Wars film


FLASH: 'Star Wars: Episode III Revenge
of the Sith' is full title of final Star
Wars film
07/25/2004 07:40 PM
Here's the Lucasfilm press release

starwars.com/episode-iii/bts/production/news20040724.html
track this site | 3 links


Online Music Wars Meet the Cola Wars


Online Music Wars Meet the Cola Wars 03/23/2005 04:43 PM
Struggling to keep pace with market leader iTunes, Microsoft on Wednesday announced it had struck a partnership with soft drink maker Coca-Cola to promote its Sprite brand through MSN Music and MSN Messenger. Also announced was an "exclusive" single from former pop icon Mariah Carey.

3DX: Benchmark


3DX: Benchmark 04/27/2004 03:59 PM
New Website

XML Benchmark


XML Benchmark 02/10/2004 01:26 PM
New Results Published

XML Benchmark 1.2.2


XML Benchmark 1.2.2 10/29/2003 12:11 AM
A C/C++/Java XML parsers benchmarking tool set.

XML Benchmark 1.3.0


XML Benchmark 1.3.0 02/10/2004 02:55 PM
A C/C++/Java XML parsers benchmarking tool set.

VIA AES Benchmark


VIA AES Benchmark 05/20/2004 10:08 AM

Far Cry Benchmark 1.2


Far Cry Benchmark 1.2 07/23/2004 04:21 PM

PHP Benchmark


PHP Benchmark 11/18/2003 10:13 PM
Sebastian is doing some neat work on testing performance. I found it hard to decipher the data, so I graphed it in Excel.

PHP Sebastian Benchmark:

There seems to be some drop-off in performance in PHP 4.3.4. I guess the core developers are putting their energies into PHP 5.

Far Cry Benchmark


Far Cry Benchmark 07/20/2004 04:07 PM

Test-Benchmark-0.003


Test-Benchmark-0.003 12/22/2003 06:32 PM

First Athlon64 X2 Benchmark


First Athlon64 X2 Benchmark 04/17/2005 06:17 AM

HardwareOC Far Cry benchmark v1.2.1


HardwareOC Far Cry benchmark v1.2.1 07/26/2004 08:59 AM

Test-Benchmark-0.002


Test-Benchmark-0.002 12/20/2003 06:05 PM

OCaml Benchmark


OCaml Benchmark 08/18/2004 05:01 PM
Initial import

Test-Benchmark-0.001


Test-Benchmark-0.001 12/16/2003 11:05 PM

Benchmark-Forking-0.99


Benchmark-Forking-0.99 09/05/2004 04:46 PM

Benchmark-Timer-0.6


Benchmark-Timer-0.6 09/02/2004 05:20 PM

HardwareOC Far Cry Benchmark 1.3


HardwareOC Far Cry Benchmark 1.3 08/10/2004 10:38 AM

Benchmark::Timer 0.6


Benchmark::Timer 0.6 09/02/2004 08:55 PM
A Perl extension to benchmark code, with or without statistical confidence.

Benchmark-Timer-0.6.1


Benchmark-Timer-0.6.1 09/16/2004 05:08 PM

Firebird Database Remote Database Name
Overflow


Firebird Database Remote Database Name
Overflow
06/01/2004 03:27 PM
Aviram Jenik (Jun 01 2004)

IBM and HP take phony benchmark war up
several notches


IBM and HP take phony benchmark war up
several notches
11/07/2003 11:02 AM
Winning times

Sam Blum's Benchmark Tests


Sam Blum's Benchmark Tests 07/24/2002 01:01 PM
Every day i see posts in the php newsgroups for what is the fastest way to do this or that. Well the best way to learn the subtleties of PHP is to benchmark things yourself. Sam Blum has done a fantastic job here. The only thing missing is a PHP version number so we know what version of PHP is being tested. Luckily he posted the source code. -- John "zeldman.marcel2"

How to Benchmark the UT2k4 Demo


How to Benchmark the UT2k4 Demo 02/12/2004 12:52 PM

Benchmark-Thread-Size-0.07


Benchmark-Thread-Size-0.07 12/28/2003 11:44 PM

Bioinformatics Benchmark System 3.0


Bioinformatics Benchmark System 3.0 08/12/2004 03:26 PM
A bioinformatics benchmark system for platform performance measurement.

XML Library Benchmark and NSIS 2.0


XML Library Benchmark and NSIS 2.0 02/11/2004 01:13 AM

According to latest XMLBench results, LibXML2 is the clear winner.  Hopefully, StAX parsers will be included in the benchmark soon.

Final version of Nullsoft Scriptable Install System 2.0 is out.


Benchmark de Debian y Gentoo


Benchmark de Debian y Gentoo 01/05/2004 08:35 AM

UMark (UT2004 Benchmark)


UMark (UT2004 Benchmark) 05/29/2004 12:25 PM
UMark 1.2.0 ready to bench!

New Opterons extend AMD benchmark
leadership


New Opterons extend AMD benchmark
leadership
11/17/2003 11:37 AM

Benchmarking Perl scripts with
Benchmark.pm


Benchmarking Perl scripts with
Benchmark.pm
08/09/2004 05:42 AM
CNET Aug 9 2004 10:10AM GMT

Palm and Pocket PC Benchmark Tools


Palm and Pocket PC Benchmark Tools 04/29/2004 10:25 AM

Revisiting C# and Java RegEx Benchmark


Revisiting C# and Java RegEx Benchmark 01/18/2004 03:45 AM

Last year, these benchmark  ;results became hot points of contention between Java and .NET developers.What the results suggested was that Java regular expression engines are significantly faster than .NET's Regex.

I thought it might be fun to port one of the fastest Java regular expression engines to J# and see how it performs compared to .NET's Regex.  I chose the dk.brics.automaton engine because it seemed easiest to port.  It was.  When I ran a straight-forward C# port of regtest.java on the J# version of dk.brics.automaton and compiled singleline Regex, I got these results:

dk.brics.automaton 2303 milliseconds>
Regex 2894 milliseconds>

I also ran regtest.java on the original dk.brics.automaton and Java's built-in regular expression engine.  Results were:

dk.brics.automaton 511 milliseconds>
java.util.regex 1061 milliseconds>

Based on these admittedly informal results, Regex performance is probaly not caused by bad design or implementation of regular expression but by performance issues that may exist within CLR and core classes.  Since I lack the enthusiasm to dig into the innards except in pursuit of a critical bug, I'll leave it up to the CLR team to chase further.

IMHO, .NET performance is 'good enough' for server-side use at this time so please don't misinterpret this post as an attempt to pull .NET down in favor of Java.  BTW, I won't be using my port of dk.brics.automaton in production because it's seems to miss some patterns that it should have found.


Windows x64 Science Benchmark Released


Windows x64 Science Benchmark Released 03/23/2005 01:30 PM

Benchmark Road and Recreation Maps


Benchmark Road and Recreation Maps 06/22/2005 02:06 AM
I'm a big fan of good maps. They come in quite helpful when flying over new territory, driving somewhere new, etc. And I like to know where I am and what's nearby. A few years ago I discovered Benchmark Maps. They produce maps for several states in the western United States so I now own one for Utah as well. I already have two sets of well worn maps: California and Nevada. But next weekend I'm heading out on...

Ask Jeeves stock drops below key
benchmark


Ask Jeeves stock drops below key
benchmark
07/19/2004 02:39 PM
SiliconValley.com Jul 19 2004 6:39PM GMT

Ask Jeeves stock dips below key
benchmark


Ask Jeeves stock dips below key
benchmark
07/19/2004 08:09 PM
SiliconValley.com Jul 19 2004 10:03PM GMT
Grok Description matches for Database benchmark wars: What you need to know
GrokA matches for Database benchmark wars: What you need to know

Database benchmark wars: What you need to know

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

What does the future
hold for COBOL?

Five tips for load
test planning

Exception chaining
in Java 1.4

Applying Java
patterns

A SOAP syntax
breaker

Building a developer
PHP Class 'HTML Tag
Maker' released

PHP Class
'DynToc-1.0'
released

Xindice.NET Project
Status

HTML Tag Maker
Software makers
readies Web tool

A Wealth of Woe at
Macromedia

Working Draft of An
XHTML + MathML + SVG
Profile Published

Voice Browser
Interoperation
Requirements
Published

MySql# 1.0 beta 1
released

Front Page Upates
Google Toolbar
Security Hole

Serious
Vulnerability
Uncovered in Apache
2.0

AOL Targets
Developers with
Winamp Makeover

DynToc-1.0
ASP.NET data access
Run PHP-GTK and
PHP-Apache on Win32

Finding Good
Affiliate Niches

PHP Class
'WinampControler'
released

mlswap
Inktomi Core MSN
Cluser Update

An Introduction to
PHP-GTK

Transparent
Databases

Google Toolbar
Upgrade and Fixes

Microsoft to tout
Unix Web tools at
LinuxWorld

MIT Scheduled Power
Outage 9-10 August

Don't Get Googled by
Hackers!

Overcoming Writers
Block

XHTML 2.0 Summary
WinampControler
Graphic Design
Techniques: Grungy
Fun

Script your way to
smarter wireless
content

PHP Class
'PHP-MYSQL-MSSQL'
released

PHP Class 'badword'
released

Finding the First,
Last, Biggest,
Smallest

XHTML 2.0: The
Latest Trick

UML For W3C XML
Schema Design

badword
UK Technical Project
Mgr, OneWorld
International

HTML is not an
acronym...

Downtime this
weekend

CSS TV Profile
Becomes a W3C
Candidate
Recommendation

PHP Application
Development With
ADODB (part 1)

PHP Presentations at
Rasmus Lerdorf's
site

OASIS, W3C to Helm
Web Services
Security Forum

what is grok?