SQL Issues - Max rows in categories table

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
davkan
Posts: 6
Joined: Sat Jun 10, 2017 10:00 am

SQL Issues - Max rows in categories table

Post by davkan »

Ver 2.8.1

Hi team

Can i change type of cat_order and id column in categories table to varchar(60) or int(9) from smallint(5) ??

It has other dependencies or not? As my category count would be approx 0.5 million..
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: SQL Issues - Max rows in categories table

Post by Klemen »

You can change them from SMALLINT to INT without problems (though MEDIUMINT should be plenty).

The real question is how 0.5 million categories will work in Hesk, could get messy or slow loading in the browser (the display of them) and I have no idea how users will find the correct one... You might want to rethink it.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
alcazar
Posts: 81
Joined: Mon May 27, 2013 6:36 pm

Re: SQL Issues - Max rows in categories table

Post by alcazar »

Also, who has the time to enter half-a-million categories into the system? :roll:
Alcazar
(nach Diktat spazierengegangen)
Post Reply