Read and Write Considered Harmful
Offered By: ACCU Conference via YouTube
Course Description
Overview
Syllabus
Intro
Reads
Dependencies
REST APIs and rules
REST APIs and schemas
REST APIs and processes
Typical system scaling path
Scaling problems • Partitioning or sharing works to an extent
Avoid sharing mutable data
questions about data access
Non-primary key access - Finding items by value, not by key
Range scans and sequential access - Requires ordering Leoperators, ordering costs • Requires iberators/cursors/traversal state
Read/write ratio
Working set size and skew • How much of the common data will fit in main
Consistency • Do all copies of the data need to be exactly up- to-date right now
Reader/writer vs data flow
Sync vs async systems
Data flow and sync/async
Content management example
Larger example
Command Query Representation Separation (CORS)
CORS examples
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube