"Terribly optimized and horribly unbalanced"
I absolutely love how tedious and involved cargo is now. I don't love losing 20 minutes of loading time to a random piece of discarded landing gear blowing up my ship as a leave hangar.
I absolutely love how tedious and involved cargo is now. I don't love losing 20 minutes of loading time to a random piece of discarded landing gear blowing up my ship as a leave hangar.
I was projecting a specific problem I had with a dev at my org to a general problem space lol
I was projecting a specific problem I had with a dev at my org to a general problem space lol
What program are you in?
What program are you in?
I'll add that (in my experience) SQL is an easier thing to modify and debug when you get used to it.
I'll add that (in my experience) SQL is an easier thing to modify and debug when you get used to it.
(This was an entirely unnecessary thing to do, but just to say what's possible)
(This was an entirely unnecessary thing to do, but just to say what's possible)
Additional transformations add unnecessary load to whatever device you are trying to represent the data on.
Python and R are powerful, but running the query/transformations in a hosted database and then just passing the raw numbers through is faster.
Additional transformations add unnecessary load to whatever device you are trying to represent the data on.
Python and R are powerful, but running the query/transformations in a hosted database and then just passing the raw numbers through is faster.