what is more efficient and more performance have array of objects or separate table
example
id
date
json (array of comments)
or
separate comments into table it self
id
user
comment
what is more efficient and more performance have array of objects or separate table
example
id
date
json (array of comments)
or
separate comments into table it self
id
user
comment