Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks. Well the tables i proposed in the Question were samples only the main idea was to understand better when you should split and have multiple tables against where it would or not affect the performance. I usually make a layout of my database before making anything else and usually use multiple tables but i've seen around many softwares and webapps that still prefer using a singles tables ... where it got me thinking wether i should keep my style to maintainbility or not for performance also from time to time i benchmark everything to see how it goes ... heheh im creppy :(
      singulars
    2. COWhat if your information column keeps growing with sometimes even odd things ? would you go for a new table ? for example: table A users credential table B users information (id, user_id, address, phone, parents, birthday_date, comments, situation, ts_created, ts_update) then you get new fields (special food, best movie, best car, women type) i mean they are users information but sort of unrelated to the main users information would you go for a new table like users personal info or something alike or keep it with the table users informations ? how big would go or have u got with the columns
      singulars
    3. COWouldn't worry about splitting tables up, as long as you index correctly, and normalize your database it shouldn't be an issue. If anything it should help some of the more complicated queries you may use. Generally you and others working on it will find it much easier if you normalize the database properly and follow the 'book', single tables can very quickly get out of hand!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload