¡@

Home 

php Programming Glossary: next_thread_id

MySQL and NoSQL: Help me to choose the right one

http://stackoverflow.com/questions/4419499/mysql-and-nosql-help-me-to-choose-the-right-one

... 2 2352141 ... Each forum row includes a counter called next_thread_id unsigned int which is maintained by a trigger and increments.. auto_increment primary key for thread_id. forum_id title next_thread_id 1 forum 1 2058300 2 forum 2 2352141 3 forum 3 2482805 4 forum.. primary key title varchar 255 unique not null next_thread_id int unsigned not null default 0 count of threads in each forum..