Re: Loading of large amounts of data

2011-12-07 Thread Rafael Valenzuela
Hi , I normally use the PDI(pentaho data integration), this software is like talent or one batch process in C . On 07/12/11 14:16, Shawn Green (MySQL) wrote: Hello Machiel, On 12/6/2011 01:40, Machiel Richards - Gmail wrote: Good day all I have someone who has asked me the following, howe

Re: Loading of large amounts of data

2011-12-07 Thread Shawn Green (MySQL)
Hello Machiel, On 12/6/2011 01:40, Machiel Richards - Gmail wrote: Good day all I have someone who has asked me the following, however due to not having that many years of experience in these type of volumes, I am posting this as I know that someone will probably be able to answer it better tha

Re: mysql/sql server migration

2011-12-07 Thread Johan De Meersman
- Original Message - > From: "Adam Lanier" > > What is the recommended course of action to keep data synchronized > between the two platforms? Not an easy one, I think :-) For simple one-shot copies the MySQL Connector for ODBC should do fine. I'm not sure if you can set up a continuou

[ANN] ODB C++ ORM 1.7.0 adds support for optimistic concurrency

2011-12-07 Thread Boris Kolpackov
Hi, I am pleased to announce the release of ODB 1.7.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. Maj