On 10/10/2012 10:47 AM, Vineet Deodhar
wrote:
Hi !Performance will not be affected negatively. MySQL only has one thread per connection, so a single query will never use multiple threads (scary concept to think about). 2) I run MySQL from a USB stick.To use postgres on a USB stick, see http://www.postgresonline.com/journal/archives/172-Starting-PostgreSQL-in-windows-without-install.html 3) Can I simulate MySQL's TINYINT data-type (using maybe the custom data type or something else)You can either use bool or smallint with a constraint. Sim |
- Re: [GENERAL] moving from MySQL to pgsql Chris Travers
- Re: [GENERAL] moving from MySQL to pgsql Vineet Deodhar
- Re: [GENERAL] moving from MySQL to pgsql Chris Travers
- Re: [GENERAL] moving from MySQL to pgsql Sim Zacks
- Re: [GENERAL] moving from MySQL to pgsql Joshua D. Drake
- Re: [GENERAL] moving from MySQL to pgsql Merlin Moncure
- Re: [GENERAL] moving from MySQL to pgsql Ondrej Ivanič
- Re: [GENERAL] moving from MySQL to pgsql Vineet Deodhar
- Re: [GENERAL] moving from MySQL to pgsql Craig Ringer
- Re: [GENERAL] moving from MySQL to pgsql Vineet Deodhar
- Re: [GENERAL] moving from MySQL to p... Craig Ringer
- Re: [GENERAL] moving from MySQL ... Vineet Deodhar
- Re: [GENERAL] moving from My... Vineet Deodhar
- Re: [GENERAL] moving from My... Merlin Moncure