I need an advice! I have an array of objects with many students data(more then 200 students). So, now, i want to implement lesson for this students, so, every day, i will push an array with data inside every array of students. Later i will work with all lesson data! So my question is: a) Is the best way to push array inside of every students array? b) Or make another array with unique _id, and later filter lesson by students _id?
So, i'm looking for performance and speed...