If i were to maintain a database for a website with lists for each user which reference entries in another table, would it be more expensive in access time to keep each list as a seperate table within the database or a textfile which i can open up and scroll down to get each if the entries' ids?