No primary key or index in database

Here you can submit your bug reports.
Post Reply
fred9176
Posts: 23
Joined: Mon Jul 02, 2012 9:29 am

No primary key or index in database

Post by fred9176 »

Hi,

I'm using Wing FTP server with a MySQL database to store accounts and I noticed that the tables don't have any primary key or index.

I plan to create more than 1000 accounts on multiple domains and I was wondering if this won't cause any performances problem ?

Regards,

Fred
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: No primary key or index in database

Post by FTP »

There is no performances problem, anyway, you can also add primary key or index for the user table manually.
Post Reply