All Questions
3 questions
2
votes
1
answer
84
views
Apply math operations over column of table
This question is about finding approaches to solve a specific problem.
I have a table which has several metrics with values.
[metric1] [metric2] [metric3] [metric...N]
Those columns are fixed.
I ...
-1
votes
1
answer
2k
views
Laravel - BLOB File Management System - Possible obstacles?
I'm working on this weird project where I need to upload huge files (500mb+) and store them in a postgresql table as a blob.
Before you start telling me that storing files in the database is bad and ...
1
vote
3
answers
1k
views
Logging to database: Log first or action first?
Long story short, I'm working on a web-based frontend that interacts with a database, and one of the functions is that every action on a particular table gets logged to keep a full history of all ...