@weather_wolf67@GTAVI_Countdown In the past, games that didnโt fit on one were shipped on multiple discs. Some Final fantasy games came in 4 cds! But also, maybe they need to optimise the assets, plenty of times huge games end up shipping unused assets, unoptimised assets, and uncompressed assets.
LIGHTS OUT!
Japan, Australia and the rest of Asia/Oceania have started their #PSBlackout already.
No purchase, no playing, no log in on PlayStation platforms. Keep it up until they stop killing physical media and address the lack of customer rights in the digital space!
@KrishnaBuildsAI Check the network tab to see if itโs frontend or backend. If backend, then check the server logs, tracing, etc to find out if itโs logic or DB. If frontend, I check the chrome profiler to see the case. Fix whatโs broken, donโt guess.
@ekemini58110 Postgres.
All data has a schema because otherwise you canโt operate on it, itโs just a matter of when you validate it. Schemaless means you validate it late, which is error prone and more expensive to mitigate. So mongo is a bad choice. Besides, the data is inherently relational
@Beno10_MFC 27. Primary school level precedence rules apply: (3x4) + (3x5) = 12 + 15 = 27. Multiplication has higher precedence than addition. Young children can solve this.