I would like to store a SQL query in a session, that is, all fields and their values.
I'd say there are 12 fields, and about 150 records on average.
The idea is not to query the database every time you need it, but only once and the others only work on the information that has already been registered in the session.
This could be bad somehow, this would require the server in what sense, disk space? CxB is it worth it ?, Would this make the answers faster (since I no longer consult the DB in this way)?