Slot for memory limitation

Hi, there! A question is here: Is there memory limitation in Slot using(If I define a SLOT to be a list format)? Actually, I want to copy some data from database into a SLOT’s list. Can it to be work? thank you so much!

Slot values are stored in memory. So you should not use the complete available memory when storing values in a slot. Other than that I cannot think of any restriction.

Ok, this is a good point. Thanks a lot.