WeSearch

Three Durability Modes, One WAL: Configurable Guarantees for Different Workloads

·8 min read · 0 reactions · 0 comments · 12 views
#database#durability#game engines
Three Durability Modes, One WAL: Configurable Guarantees for Different Workloads
⚡ TL;DR · AI summary

Typhon is a new embedded, persistent ACID database engine designed for game servers and real-time simulations. It offers three configurable durability modes that allow users to optimize performance based on workload requirements. Each mode shares the same Write-Ahead Log, enabling flexibility in transaction durability without compromising efficiency.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3848296) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Loïc Baumann Posted on May 20 • Originally published at nockawa.github.io Three Durability Modes, One WAL: Configurable Guarantees for Different Workloads #csharp #dotnet #database #durability 💡Typhon is an embedded, persistent, ACID database engine written in .NET that speaks the native language of game servers and real-time simulations: entities, components, and systems.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)