Welcome
Welcome to <strong>txtSQL</strong>.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, <a href="/profile.php?mode=register">join our community today</a>!

More benchmarks...

General chit chatter can go in here

More benchmarks...

Postby FarazAli on Fri Jun 08, 2007 10:24 pm

I compared txtSQL to numerous others...

http://txtsql.sourceforge.net/benchmark2.html

I am going to re run these and include gladius as well...
Latest txtSQL Stable Release: txtSQL 2.2 Final

Track 4.0 Development

Image
FarazAli
Site Admin
 
Posts: 73
Joined: Sun Mar 25, 2007 1:08 pm
Location: New Jersey, NJ

Postby phpmaster on Fri Jun 08, 2007 11:38 pm

thanks
I will study your 'test results'

By the way,
while designining my File Based DB-class
I made myself
test records generator

This board doesnt have 'php' '/php' tags
( Simple Machines Forum, SMF, has got this by Default )
but I use 'code' '/code' tags to shoe my little generator script.

I also have made 'data-files' to include, for REAL LIFE values to pick from.


the PHP array_rand() functioon comes handy, when store these databanks in array

Code: Select all
<?php
/*
$gender = array("m","f");
$boys100 = array(
$girls100 = array(
$lastnames500 = array(
$emails5 = array("hotmail.com","yahoo.com","yahoo.co.uk","gmail.com","operamail.com");
$emailord = rand(1,2);
$cities66 = array(
$languages = array("eng","eng","eng","eng","eng","deu",spa","fra");
$yearbirth = nn = 30-99, 1930-1999, 8-77 years old
*/

include 'rand_names_data.php';

$gend=$gender[array_rand($gender)];
if($gend=='m')
    $fname=$boys100[array_rand($boys100)];
if($gend=='f')
    $fname=$girls100[array_rand($girls100)];
$lname=$lastnames500[array_rand($lastnames500)];
$fullname=$fname.' '.$lname;

$yearb=mt_rand(30,99);
$location=$cities66[array_rand($cities66)];
$lang=$languages[array_rand($languages)];

$mailsite=$emails5[array_rand($emails5)];
$mord=mt_rand(1,2);
if($mord==1)
    $email=strtolower($fname).'_'.strtolower($lname).$yearb.'@'.$mailsite;
if($mord==2)
    $email=strtolower($lname).'_'.strtolower($fname).$yearb.'@'.$mailsite;

echo $fullname.'&nbsp;&nbsp;'.$gend.'&nbsp;&nbsp;'.'19'.$yearb.'&nbsp;&nbsp;'.$lang;
echo '&nbsp;&nbsp;'.$location.'&nbsp;&nbsp;'.$email;

?>
... i write php code ... and i do it well
phpmaster
 
Posts: 17
Joined: Mon Jun 04, 2007 9:21 pm

Postby epicTrouble on Tue Sep 25, 2007 7:12 pm

i could not find pql 1.0, if you can please direct me to this version.

thanks
epicTrouble
 
Posts: 2
Joined: Tue Sep 25, 2007 6:51 pm

Postby phpmaster on Fri Sep 28, 2007 4:21 pm

youcan contact
Bjoern Lemke
http://www.lemke-it.com/

He is the author, I think, of PQL ( >10 years ago )
Now he has got something else ( along with several other projects, like XML )
Cego
Cego is the open source implementation of a relational database.

cego-1.4.2.tar.gz Released at 23.09.2007 Download Blog User Guide

Regards :)
... i write php code ... and i do it well
phpmaster
 
Posts: 17
Joined: Mon Jun 04, 2007 9:21 pm

Re: More benchmarks...

Postby zzw08 on Tue Jul 14, 2009 5:41 am

http://www.fashion-products.com [url=http://www.fashion-products.com ]is a sell air force one,
air jordan,bape,kicks,nike,Jerseys,Shoes,Clothing,Bag,Glasses,Caps&Hats,sneakers,sunglasses,
watches,Jewelry,Electronics,NBA,NFL,NHL,MLB[/url]
shoes
clothing
Handbags Wallets
Hat
Sunglasses
Belts
Watches
Jewelry
zzw08
 
Posts: 53
Joined: Tue Jul 14, 2009 5:15 am


Return to Chit Chat

Who is online

Users browsing this forum: No registered users and 0 guests

cron