engine

Tech Optimizer
June 21, 2025
The Amazon Aurora PostgreSQL-Compatible Edition supports managed blue/green deployments to minimize downtime and risks during updates. This deployment strategy involves creating a staging environment (green) that mirrors the production database (blue) through logical replication. The blue environment represents the current production database, while the green environment incorporates updates without changing the application endpoint. After validating changes, the green environment can be promoted to production. In case of issues post-upgrade, a rollback plan is essential, as the managed blue/green deployment feature does not provide built-in rollback functionality. A manual rollback cluster can be established using self-managed logical replication to maintain synchronization with the new version after a switchover. Before the switchover, two clusters exist: the blue cluster (production) and the green cluster (staging). After the switchover, three clusters are present: the old blue cluster (original production), the new blue cluster (updated production), and the blue prime (rollback) cluster (a clone of the old blue cluster). To implement the solution, prerequisites include a cluster parameter group for the new version database with logical replication enabled and familiarity with the Aurora cloning feature. The process involves creating a blue/green deployment, stopping traffic on the blue cluster, performing the switchover, deleting the blue/green deployment, cloning the old blue cluster to create the blue prime cluster, and establishing logical replication from the new blue cluster to the blue prime cluster. Limitations of the managed blue/green deployment include the inability to replicate certain DDL operations and the need to handle endpoint changes manually if a rollback is required. Setting up the rollback cluster incurs additional downtime. To roll back to the blue prime cluster, application traffic must be ceased, the application or DNS records updated, the subscription on the blue prime cluster dropped, and sequence values manually updated if necessary. This process is not automatic and requires careful planning and testing. In production, it is advisable to retain the new blue prime cluster until all applications have transitioned successfully, and the old blue cluster can be backed up for compliance before deletion. For testing purposes, all clusters should be deleted to avoid additional charges.
Tech Optimizer
June 21, 2025
EDB has enhanced its data platform, EDB Postgres AI, to integrate transactional, analytical, and AI workloads. The new engine for PostgreSQL offers independent scalability from cloud storage and is optimized for columnar formats like Iceberg and Delta Lake. It utilizes Apache DataFusion for efficient query execution, achieving speeds up to 30 times faster than traditional PostgreSQL and providing 18 times greater cost efficiency for cold transactional data storage. The analytics accelerator allows analytical queries to be processed by Apache DataFusion within PostgreSQL. EDB claims a total cost of ownership that is six times more favorable and transactional performance that is 30 percent faster than SQL Server. PostgreSQL is evolving to support analytics alongside its traditional transactional capabilities, with EDB's goal being to provide tools for seamless analytics within the PostgreSQL framework without redefining it as an analytics database.
AppWizard
June 20, 2025
Fallout: New Vegas, released in 2010 by Obsidian Entertainment and published by Bethesda Softworks, is a unique RPG praised for its player agency, writing, and world-building, making it a candidate for a remaster to fix technical bugs and improve visuals. Dragon Age: Origins, released in 2009 by BioWare and published by Electronic Arts, is regarded as the best in its series, but a remaster seems unlikely due to a lack of familiar staff. Black & White, a 2001 game by Lionhead Studios and published by Electronic Arts, is not available on major platforms, and a remaster could enhance its AI and gameplay. Vampire: The Masquerade - Bloodlines, released in 2004 by Troika Games and published by Activision, is a classic RPG with bugs and unfinished elements that could benefit from a remaster to fix glitches and restore content. No One Lives Forever, a 2000 game by Monolith Productions and published by Fox Interactive, is unavailable due to rights disputes, but a remaster could modernize its visuals and controls. Star Wars: Knights of the Old Republic 2, released in 2004 by Obsidian Entertainment and published by LucasArts, is an unfinished narrative that could be improved with a remaster to restore missing content. Freedom Force, a 2002 game by Irrational Games and published by Electronic Arts, could benefit from a remaster to improve compatibility and support user-generated content.
AppWizard
June 20, 2025
NetEase Games, in collaboration with 24 Entertainment, is developing a single-player action-adventure game titled Blood Message, which is set to be released on various consoles and PC. The game is powered by the Unreal 5 Engine and marks NetEase Games' first AAA single-player title. Blood Message features a narrative-driven gameplay experience set during the final years of the Tang Dynasty, where players assume the role of a nameless messenger and his son during Dunhuang’s uprising. The game emphasizes themes of loyalty, survival, and the impact of ordinary individuals on history, with gameplay that includes visceral combat and exploration of expansive landscapes inspired by East and Central Asia. A trailer and screenshots have been released, but no specific release date has been announced.
AppWizard
June 20, 2025
NetEase Games, in collaboration with 24 Entertainment Lin’an, has announced a new AAA single-player action-adventure game titled Blood Message, designed for consoles and PC. This game is NetEase Games' first fully single-player experience, featuring a cinematic, linear story driven by the Unreal 5 Engine. Set during the final years of the Tang Dynasty, players will follow a nameless messenger and his son as they navigate East and Central Asia to deliver a critical message amidst a righteous uprising. The game will explore themes of loyalty, family, and the impact of ordinary individuals on history. Players will traverse approximately 3,000 li (around 1,000 miles) back to Chang’an, facing various perilous environments. Key features include narrative-driven gameplay, realistic combat, and expansive landscapes inspired by the region's diverse terrains.
Tech Optimizer
June 19, 2025
Many developers rely on traditional tools like Redis, RabbitMQ, PostgreSQL, and ORMs due to familiarity, but there are newer alternatives that can improve performance and simplify workflows. 1. **Litefs**: A tool that enables SQLite in production with real-time replication across regions, allowing for global scaling with minimal latency, ideal for edge computing scenarios. 2. **Temporal.io**: A workflow engine that guarantees execution for background jobs, eliminating lost orders or stuck payments, and remembers everything even after crashes. 3. **DragonflyDB**: A drop-in replacement for Redis that is four times faster, capable of handling millions of requests per second with built-in horizontal scaling. 4. **sqlc**: A tool that generates type-safe Go/Postgres code directly from SQL, avoiding ORM complexities and runtime SQL errors. 5. **Benthos**: A tool for connecting Kafka, databases, APIs, and WebSockets using simple YAML configuration, supporting over 200 integrations. 6. **Earthly**: A CI/CD tool that combines Docker and Makefile for deterministic builds, ensuring reproducible builds and avoiding common CI pipeline failures.
AppWizard
June 19, 2025
Artur Łączkowski has announced Bleak Haven, a first-person survival horror game developed using Unreal Engine 5. Players will control Tyler, who searches for his missing brother on a foggy island filled with dangers. The game features puzzles, weapon crafting, and brutal combat mechanics, with an emphasis on melee weapons due to the scarcity of firearms. Łączkowski plans for Bleak Haven to be the first in a potential series of horror games. The game is available for wishlisting on Steam.
Search