The Way to Programming
The Way to Programming
I have a db with 3 tables, each table has about 150,000 records, linked to each other by ID, 2 to 4 columns per table.
The tables might change once every 3 or 4 months.
If i take a backup of the data it totals up to 12MB.
I have a Java back end and am using Hibernate right now to connect and get data out of the tables.
I was wondering if it would be better to cache the data and keep it in memory for faster speeds.
Sign in to your account