Re: Which Database when lot of insert / update queries to execute

2012-06-15 Thread hsv
2012/06/15 18:14 +0900, Tsubasa Tanaka try to use `LOAD DATA INFILE' to import from CSV file. http://dev.mysql.com/doc/refman/5.5/en/load-data.html "Try" is the operative word: MySQL s character format is _like_ CSV, but not the same. The treatment of NULL is doubtless the bigg

RE: Which Database when lot of insert / update queries to execute

2012-06-15 Thread Rick James
Let's see SHOW CREATE TABLE ... SELECT ... It sounds doable with MySQL; might be too big for NOSQL. > -Original Message- > From: abhishek jain [mailto:abhishek.netj...@gmail.com] > Sent: Friday, June 15, 2012 1:57 AM > To: mysql@lists.mysql.com > Subject: Which Database when lot of insert

Re: Which Database when lot of insert / update queries to execute

2012-06-15 Thread Tsubasa Tanaka
Hello, > I am designing a solution which will need me to import from CSV, i am using > my JAVA code to parse. CSV file has 500K rows, and i need to do it thrice > an hour, for 10 hours  a day. try to use `LOAD DATA INFILE' to import from CSV file. http://dev.mysql.com/doc/refman/5.5/en/load-data.

Re: Which database?

2003-06-10 Thread Paul DuBois
cc: Kaarel <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject:Re: Which database? On Tue, Jun 10, 2003 at 10:54:52AM -0400, Peter J. Milanese wrote: Hey Kaarel- I've been sticking with MySQL mostly for it's support. Large community, lots of documentation, and they

Re: Which database?

2003-06-10 Thread Curtis Maurand
there's a pretty good comparison on the MySQL website and they were quite fair about it. MySQL has been adding features slowly because, above all, they don't want to sacrifice performance for the feature. Each database has its strengths. The bottom line is that you need to figure out just w

Re: Which database?

2003-06-10 Thread Peter J. Milanese
subselects were slated for release with 5.0 Not 4.1 P Jeremy Zawodny <[EMAIL PROTECTED]> 06/10/2003 11:21 AM Please respond to mysql To: "Peter J. Milanese" <[EMAIL PROTECTED]> cc: Kaarel <[EMAIL PROTECTED]>, [EMAIL PROTECTED]

Re: Which database?

2003-06-10 Thread Peter J. Milanese
mpany means you are unlikely to get the same level of support.' P Roman Neuhauser <[EMAIL PROTECTED]> 06/10/2003 09:42 AM To: [EMAIL PROTECTED] cc: Subject: Re: Which database? # [EMAIL PROTECTED] / 2003-06-10 14:11:39 +0100: > (...)

Re: Which database?

2003-06-10 Thread Jeremy Zawodny
On Tue, Jun 10, 2003 at 10:54:52AM -0400, Peter J. Milanese wrote: > Hey Kaarel- > > I've been sticking with MySQL mostly for it's support. Large > community, lots of documentation, and they have a future plan (which > they tend to actually complete ahead of schedule). Wow. You must be the first

Re: Which database?

2003-06-10 Thread Peter J. Milanese
Hey Kaarel- I've been sticking with MySQL mostly for it's support. Large community, lots of documentation, and they have a future plan (which they tend to actually complete ahead of schedule). While the featureset is 'supposedly' not as advanced as pgsql, mysql does in fact work. I hit

RE: Which database?

2003-06-10 Thread Peter Lovatt
Peter -Original Message- From: Roman Neuhauser [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 14:43 To: [EMAIL PROTECTED] Subject: Re: Which database? # [EMAIL PROTECTED] / 2003-06-10 14:11:39 +0100: > (...) lack of commercial support company means you are unlikely to get > th

Re: Which database?

2003-06-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-10 14:11:39 +0100: > (...) lack of commercial support company means you are unlikely to get > the same level of support. unlikely? perhaps. but... how many OS programs do you use, how many of them have commercial support, and how do those that have co

RE: Which database?

2003-06-10 Thread Peter Lovatt
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 14:04 To: [EMAIL PROTECTED] Cc: Kaarel; [EMAIL PROTECTED] Subject: Re: Which database? > Actually, the license might turn out to be your biggest problem, > especially if arter six months of developm

Re: Which database?

2003-06-10 Thread Alec . Cawley
> Actually, the license might turn out to be your biggest problem, > especially if arter six months of development it turns that you > either have to pay for MySQL or rewrite your application using > another database. Note that I don't know the MySQL AB pricing > scheme, and

Re: Which database?

2003-06-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-10 14:38:49 +0300: > I am fairly new to databases, but my boss has assigned me to choose a > database system for our company. I know of Oracle databases but they are > way too expensive so it's not an option for us. I did some research and > came up with two free da

Re: Which database?

2003-06-10 Thread Becoming Digital
You're on the MySQL list, so expect biased answers. Both certainly have their merits. PostgreSQL is currently more advanced, at least if you go by their claims. Hoever, there seems to be much less support for PostgreSQL than MySQL, be it from books or other users. While I expect to use PostgreS