Re: New Fast MySQL Compatible Server Released under the GPL License

2012-08-23 Thread Hiromichi Watari


Hello Gael,
The technology is brand new and you'll need to ask them the question.
Parallel Universe has no hardware dependencies (it'll need multi core/CPU
server only if you enable parallel processing).
Hope this helps,
Hiromichi



- Original Message -
From: Daevid Vincent dae...@daevid.com
To: 'Gael Martinez' gael.marti...@gmail.com; mysql@lists.mysql.com
Cc: 
Sent: Wednesday, August 22, 2012 4:31 PM
Subject: RE: New Fast MySQL Compatible Server Released under the GPL License

Well, considering that MySQL/Sun/Oracle can't even figure out how to reduce
an ibdata1 file from ever-expanding after a decade
(http://bugs.mysql.com/1341), it doesn't surprise me that parallel computing
is a brain-stumper for them. :-\

Besides, I would suspect that Oracle would see this as one more threat
against their cash cow product if they were to make MySQL even
faster/better.

I've not tried this offering below, nor do I know anything about it, but
when a big company is involved, usually it comes down to money -- making it
or spending it.

d

 -Original Message-
 From: Gael Martinez [mailto:gael.marti...@gmail.com]
 Sent: Wednesday, August 22, 2012 10:13 AM
 To: Hiromichi Watari
 Cc: mysql@lists.mysql.com
 Subject: Re: New Fast MySQL Compatible Server Released under the GPL
License
 
 On Wed, Aug 22, 2012 at 11:43 AM, Hiromichi Watari 
 hiromichiwat...@yahoo.com wrote:
 
  [..]
 
  Available at www.paralleluniverse-inc.com
 
 
 Hello
 Pardon my question on that one, but why wasn't the concept detailed in
that
 white paper implemented into the core version of mysql or the percona
 version (and MariaDB?) ? Too many hardware dependencies ?
 Regards
 
 --
 Gaël Martinez


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



New Fast MySQL Compatible Server Released under the GPL License

2012-08-22 Thread Hiromichi Watari
Parallel Universe is an extension of MySQL server architecture, created to 
provide fast parallel
query capability.

Speed is achieved by processing tables in parallel, utilizing multi core/CPU of 
server hardware.

Parallel Universe is released under the GPL license and fully compatible with 
MySQL and
Percona servers.

Available at www.paralleluniverse-inc.com

Re: New Fast MySQL Compatible Server Released under the GPL License

2012-08-22 Thread Gael Martinez
On Wed, Aug 22, 2012 at 11:43 AM, Hiromichi Watari 
hiromichiwat...@yahoo.com wrote:

 [..]

 Available at www.paralleluniverse-inc.com


Hello
Pardon my question on that one, but why wasn't the concept detailed in that
white paper implemented into the core version of mysql or the percona
version (and MariaDB?) ? Too many hardware dependencies ?
Regards

-- 
Gaël Martinez


RE: New Fast MySQL Compatible Server Released under the GPL License

2012-08-22 Thread Daevid Vincent
Well, considering that MySQL/Sun/Oracle can't even figure out how to reduce
an ibdata1 file from ever-expanding after a decade
(http://bugs.mysql.com/1341), it doesn't surprise me that parallel computing
is a brain-stumper for them. :-\

Besides, I would suspect that Oracle would see this as one more threat
against their cash cow product if they were to make MySQL even
faster/better.

I've not tried this offering below, nor do I know anything about it, but
when a big company is involved, usually it comes down to money -- making it
or spending it.

d

 -Original Message-
 From: Gael Martinez [mailto:gael.marti...@gmail.com]
 Sent: Wednesday, August 22, 2012 10:13 AM
 To: Hiromichi Watari
 Cc: mysql@lists.mysql.com
 Subject: Re: New Fast MySQL Compatible Server Released under the GPL
License
 
 On Wed, Aug 22, 2012 at 11:43 AM, Hiromichi Watari 
 hiromichiwat...@yahoo.com wrote:
 
  [..]
 
  Available at www.paralleluniverse-inc.com
 
 
 Hello
 Pardon my question on that one, but why wasn't the concept detailed in
that
 white paper implemented into the core version of mysql or the percona
 version (and MariaDB?) ? Too many hardware dependencies ?
 Regards
 
 --
 Gaël Martinez


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server (Take 2)

2012-05-15 Thread Hiromichi Watari
Hi,
Hope the following link helps.
Hiromichi

http://corp.sec.state.ma.us/corp/corpsearch/CorpSearchSummary.asp?ReadFromDB=TrueUpdateAllowed=FEIN=001067137



- Original Message -
From: Giles Coochey gi...@coochey.net
To: mysql@lists.mysql.com
Cc: 
Sent: Friday, May 11, 2012 6:47 AM
Subject: Re: New Fast MySQL Compatible Server (Take 2)

On 11/05/2012 07:57, Johan De Meersman wrote:
 - Original Message -
 From: Hiromichi Watarihiromichiwat...@yahoo.com

 I created Parallel Universe which is a MySQL 5.5 compatible server
 with fast query execution.
 Speed is achieved by the new patent pending technology which utilizes
 multi core/CPU of server hardware.
 Just like when you posted this a couple of weeks ago :-)

 Last time I checked, MySQL already uses multiple cores, and the main comments 
 from back then are still standing: no information or documentation 
 whatsoever, no trace of licensing, et cetera.

 You probably mean well, Hirochimi, but the way you keep doing this makes it 
 look like malware. I, and probably a lot of people with me, will not be 
 trying this before more information is available.


Just to add, you must be in a parallel universe, because I cannot find 
any information about the Incorporation of your company either.

-- 
Best Regards,
Giles Coochey, CCNA Security, CCNA
NetSecSpec Ltd
giles.cooc...@netsecspec.co.uk
Tel: +44 (0) 7983 877 438
Live Messenger: gi...@coochey.net
http://www.netsecspec.co.uk
http://www.coochey.net

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server (Take 2)

2012-05-14 Thread Johan De Meersman
- Original Message -
 From: Hiromichi Watari hiromichiwat...@yahoo.com
 
 I uploaded the technology whitepaper to the website.

Hmm, interesting idea, to allocate a thread per table - I can imagine it's 
going to be pretty heavy on the thread cache, though :-) How does it respond to 
self-joins, subselects and other fancy bits?

Similar things get done in both NDB and Oracle's Exadata systems, but there the 
multiple search threads are on different bits of the same table, and 
cross-machine. I'm not sure wether they have something similar to what you're 
doing.



-- 
Bier met grenadyn
Is als mosterd by den wyn
Sy die't drinkt, is eene kwezel
Hy die't drinkt, is ras een ezel

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server (Take 2)

2012-05-12 Thread Hiromichi Watari
Hi,
I uploaded the technology whitepaper to the website.
Hope this helps.
Hiromichi





- Original Message -
From: Johan De Meersman vegiv...@tuxera.be
To: Hiromichi Watari hiromichiwat...@yahoo.com
Cc: mysql@lists.mysql.com
Sent: Friday, May 11, 2012 2:57 AM
Subject: Re: New Fast MySQL Compatible Server (Take 2)

- Original Message -
 From: Hiromichi Watari hiromichiwat...@yahoo.com
 
 I created Parallel Universe which is a MySQL 5.5 compatible server
 with fast query execution.
 Speed is achieved by the new patent pending technology which utilizes
 multi core/CPU of server hardware.

Just like when you posted this a couple of weeks ago :-)

Last time I checked, MySQL already uses multiple cores, and the main comments 
from back then are still standing: no information or documentation whatsoever, 
no trace of licensing, et cetera.

You probably mean well, Hirochimi, but the way you keep doing this makes it 
look like malware. I, and probably a lot of people with me, will not be trying 
this before more information is available.


-- 
Bier met grenadyn
Is als mosterd by den wyn
Sy die't drinkt, is eene kwezel
Hy die't drinkt, is ras een ezel

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server (Take 2)

2012-05-11 Thread Johan De Meersman
- Original Message -
 From: Hiromichi Watari hiromichiwat...@yahoo.com
 
 I created Parallel Universe which is a MySQL 5.5 compatible server
 with fast query execution.
 Speed is achieved by the new patent pending technology which utilizes
 multi core/CPU of server hardware.

Just like when you posted this a couple of weeks ago :-)

Last time I checked, MySQL already uses multiple cores, and the main comments 
from back then are still standing: no information or documentation whatsoever, 
no trace of licensing, et cetera.

You probably mean well, Hirochimi, but the way you keep doing this makes it 
look like malware. I, and probably a lot of people with me, will not be trying 
this before more information is available.


-- 
Bier met grenadyn
Is als mosterd by den wyn
Sy die't drinkt, is eene kwezel
Hy die't drinkt, is ras een ezel

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server (Take 2)

2012-05-11 Thread Giles Coochey

On 11/05/2012 07:57, Johan De Meersman wrote:

- Original Message -

From: Hiromichi Watarihiromichiwat...@yahoo.com

I created Parallel Universe which is a MySQL 5.5 compatible server
with fast query execution.
Speed is achieved by the new patent pending technology which utilizes
multi core/CPU of server hardware.

Just like when you posted this a couple of weeks ago :-)

Last time I checked, MySQL already uses multiple cores, and the main comments 
from back then are still standing: no information or documentation whatsoever, 
no trace of licensing, et cetera.

You probably mean well, Hirochimi, but the way you keep doing this makes it 
look like malware. I, and probably a lot of people with me, will not be trying 
this before more information is available.


Just to add, you must be in a parallel universe, because I cannot find 
any information about the Incorporation of your company either.


--
Best Regards,
Giles Coochey, CCNA Security, CCNA
NetSecSpec Ltd
giles.cooc...@netsecspec.co.uk
Tel: +44 (0) 7983 877 438
Live Messenger: gi...@coochey.net
http://www.netsecspec.co.uk
http://www.coochey.net



smime.p7s
Description: S/MIME Cryptographic Signature


New Fast MySQL Compatible Server (Take 2)

2012-05-10 Thread Hiromichi Watari
Hi,

I created Parallel Universe which is a MySQL 5.5 compatible server with fast 
query execution.
Speed is achieved by the new patent pending technology which utilizes multi 
core/CPU of server hardware.

Pre-release field evaluation is being conducted and MySQL users are solicited 
to try out the new server for feedback.

Please go to www.paralleluniverse-inc.com to download.

Thank you,
Hiromichi

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server (Take 2)

2012-05-10 Thread Reindl Harald


Am 10.05.2012 21:16, schrieb Hiromichi Watari:
 Hi,
 
 I created Parallel Universe which is a MySQL 5.5 compatible server with fast 
 query execution.

 Speed is achieved by the new patent pending technology which 
 utilizes multi core/CPU of server hardware

after reading new patent pending technology i can not
eat enough as i would ike to spit out

 Please go to www.paralleluniverse-inc.com to download

no, thanks



signature.asc
Description: OpenPGP digital signature


Re: New Fast MySQL Compatible Server

2012-04-03 Thread Johan De Meersman
- Original Message -
 From: Singer X.J. Wang w...@singerwang.com
 
 Perhaps something called a VM can be use?

Perhaps something called documentation can be provided?

I also notice that the original poster seems to have vanished again, which 
makes the whole thing even more shady.


-- 
Bier met grenadyn
Is als mosterd by den wyn
Sy die't drinkt, is eene kwezel
Hy die't drinkt, is ras een ezel

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server

2012-04-03 Thread Daniel Brown
On Tue, Apr 3, 2012 at 04:10, Johan De Meersman vegiv...@tuxera.be wrote:
 - Original Message -
 From: Singer X.J. Wang w...@singerwang.com

 Perhaps something called a VM can be use?

 Perhaps something called documentation can be provided?

 I also notice that the original poster seems to have vanished again, which 
 makes the whole thing even more shady.

I see this morning that the site says, Pre-release field
evaluation will be conducted when licensing is arranged.  The link to
download the file is no longer there.

-- 
/Daniel P. Brown
Network Infrastructure Manager
http://www.php.net/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server

2012-04-02 Thread Singer X.J. Wang
Perhaps something called a VM can be use?

S


On Tue, Mar 27, 2012 at 18:12, Mogens Melander mog...@fumlersoft.dk wrote:

 Guys, really...

 Is this a binary release? Need to sudo to root? Not on my watch!

 On Tue, March 27, 2012 16:40, Baron Schwartz wrote:
  The license of this software is unclear. The binary is clearly derived
 from the MySQL server
 with InnoDB, but no source code is provided. Is the software GPL-licensed?
 If so, where can I
 get a copy of the source code?
 
  - Baron
 
  On Tue, Mar 27, 2012 at 10:26 AM, Hiromichi Watari
  hiromichiwat...@yahoo.com wrote:
  Hi,
 
  I created Parallel Universe which is a MySQL 5.5 compatible server with
 fast query execution.
 Speed is achieved by processing tables in parallel utilizing multi
 core/CPU server hardware.
 
  Pre-release field evaluation is being conducted and MySQL users are
 solicited to try out the
 new server for feedback.
 
  Please go to www.paralleluniverse-inc.com to download.
 
  Thank you,
  Hiromichi
 
  --
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:http://lists.mysql.com/mysql
 
 
 
 
  --
  Baron Schwartz
  Win free MySQL conference tickets! http://goo.gl/mvZ4W


 --
 Later

 Mogens Melander



 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.


 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/mysql



-- 
--
Pythian proud winner of Oracle North America Titan Award for Exadata 
Solution...watch the video on pythian.com


New Fast MySQL Compatible Server

2012-03-27 Thread Hiromichi Watari
Hi,

I created Parallel Universe which is a MySQL 5.5 compatible server with fast 
query execution.
Speed is achieved by processing tables in parallel utilizing multi core/CPU 
server hardware.

Pre-release field evaluation is being conducted and MySQL users are solicited 
to try out the new server for feedback.

Please go to www.paralleluniverse-inc.com to download.

Thank you,
Hiromichi

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server

2012-03-27 Thread Baron Schwartz
The license of this software is unclear. The binary is clearly derived
from the MySQL server with InnoDB, but no source code is provided. Is
the software GPL-licensed? If so, where can I get a copy of the source
code?

- Baron

On Tue, Mar 27, 2012 at 10:26 AM, Hiromichi Watari
hiromichiwat...@yahoo.com wrote:
 Hi,

 I created Parallel Universe which is a MySQL 5.5 compatible server with fast 
 query execution.
 Speed is achieved by processing tables in parallel utilizing multi core/CPU 
 server hardware.

 Pre-release field evaluation is being conducted and MySQL users are solicited 
 to try out the new server for feedback.

 Please go to www.paralleluniverse-inc.com to download.

 Thank you,
 Hiromichi

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:    http://lists.mysql.com/mysql




-- 
Baron Schwartz
Win free MySQL conference tickets! http://goo.gl/mvZ4W

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server

2012-03-27 Thread Singer X.J. Wang
Thanks Baron. I downloaded it and found it was dervied from the MySQL
server as well. I was looking for the source and found nothing. Mr. Watari,
is there source code available? Since you are using GPL source code in your
code, you must provide the source code.

S



On Tue, Mar 27, 2012 at 10:40, Baron Schwartz ba...@xaprb.com wrote:

 The license of this software is unclear. The binary is clearly derived
 from the MySQL server with InnoDB, but no source code is provided. Is
 the software GPL-licensed? If so, where can I get a copy of the source
 code?

 - Baron

 On Tue, Mar 27, 2012 at 10:26 AM, Hiromichi Watari
 hiromichiwat...@yahoo.com wrote:
  Hi,
 
  I created Parallel Universe which is a MySQL 5.5 compatible server with
 fast query execution.
  Speed is achieved by processing tables in parallel utilizing multi
 core/CPU server hardware.
 
  Pre-release field evaluation is being conducted and MySQL users are
 solicited to try out the new server for feedback.
 
  Please go to www.paralleluniverse-inc.com to download.
 
  Thank you,
  Hiromichi
 
  --
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:http://lists.mysql.com/mysql
 



 --
 Baron Schwartz
 Win free MySQL conference tickets! http://goo.gl/mvZ4W

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/mysql



-- 
--
Pythian proud winner of Oracle North America Titan Award for Exadata 
Solution...watch the video on pythian.com


Re: New Fast MySQL Compatible Server

2012-03-27 Thread Rick James
Please elaborate on what conditions your server will/won't process 
queries in parallel.


On 3/27/12 7:26 AM, Hiromichi Watari wrote:

Hi,

I created Parallel Universe which is a MySQL 5.5 compatible server with fast 
query execution.
Speed is achieved by processing tables in parallel utilizing multi core/CPU 
server hardware.

Pre-release field evaluation is being conducted and MySQL users are solicited 
to try out the new server for feedback.

Please go to www.paralleluniverse-inc.com to download.

Thank you,
Hiromichi



--
Rick James - MySQL Geek


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: New Fast MySQL Compatible Server

2012-03-27 Thread Mogens Melander
Guys, really...

Is this a binary release? Need to sudo to root? Not on my watch!

On Tue, March 27, 2012 16:40, Baron Schwartz wrote:
 The license of this software is unclear. The binary is clearly derived from 
 the MySQL server
with InnoDB, but no source code is provided. Is the software GPL-licensed? If 
so, where can I
get a copy of the source code?

 - Baron

 On Tue, Mar 27, 2012 at 10:26 AM, Hiromichi Watari
 hiromichiwat...@yahoo.com wrote:
 Hi,

 I created Parallel Universe which is a MySQL 5.5 compatible server with fast 
 query execution.
Speed is achieved by processing tables in parallel utilizing multi core/CPU 
server hardware.

 Pre-release field evaluation is being conducted and MySQL users are 
 solicited to try out the
new server for feedback.

 Please go to www.paralleluniverse-inc.com to download.

 Thank you,
 Hiromichi

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:    http://lists.mysql.com/mysql




 --
 Baron Schwartz
 Win free MySQL conference tickets! http://goo.gl/mvZ4W


-- 
Later

Mogens Melander



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql