filmov
tv
Store 8 feature flags in 1 integer (Bitwise operations in MySQL)

Показать описание
This video is a tutorial on using bits & bitmasks for storing feature flags in a database. It involves compressing all data into a single integer column and using bitmasks to activate specific features.
While this method is technically interesting and efficient for compact data storage, it can be convoluted to understand there's no way to properly index it.
In future videos, alternative techniques such as storing the flags in a JSON column or a separate table using a many-to-many relationship will be discussed.
------
00:00 Feature flags
00:57 Bits and bytes
02:42 Bitwise operators
03:58 Querying with bitmasks
09:06 Adding and removing flags
13:17 Finding unused flags and indexing
14:54 Pros and cons
------
💬 Follow PlanetScale on social media
While this method is technically interesting and efficient for compact data storage, it can be convoluted to understand there's no way to properly index it.
In future videos, alternative techniques such as storing the flags in a JSON column or a separate table using a many-to-many relationship will be discussed.
------
00:00 Feature flags
00:57 Bits and bytes
02:42 Bitwise operators
03:58 Querying with bitmasks
09:06 Adding and removing flags
13:17 Finding unused flags and indexing
14:54 Pros and cons
------
💬 Follow PlanetScale on social media
Store 8 feature flags in 1 integer (Bitwise operations in MySQL)
Feature Flags are more than just Toggles
App Configuration in Azure and .NET 8 - [Feature Flags, Application Settings]
Feature Flags In .NET + How I Use Them For A/B Testing
Feature Flags configuration, instrumentation and use
How to add Azure feature flags to Angular projects | Azure Tips and Tricks
Releasing Features the Smart Way in .NET
Feature flags with .NET and Azure App Configuration
System Design: Feature Flags, System Settings and Environment Variables
Your First Feature Flag with Harness
Feature Flags with Azure App Configuration
Add Feature Flags in your NodeJS application using GO Feature Flag and Open Feature SDK
Using Multivariate Feature Flags In LaunchDarkly To Drive Operational Settings Like Log Level
Implementing Feature Flags from Scratch - Part 6: REST Service with Fastify and MongoDB
Samsung Galaxy S10 How to enable or disable feature flags settings zone picker v2 (android pie)
How To Enable Safari Experimental Features On iPhone
Feature Flags | Feature Toggles | What are Feature Flags | TTT | Cuelogic
Easy Feature Flags with Azure App Configuration.
The Art of Feature Flagging – Dianing Yudono
Easy feature flags with Azure App Configuration
How to use Feature Flags for your mobile apps
Getting Started with Feature Flags with Flagsmith
logger buffer size developer options | how to logger buffer size in developer options
Feature flagging with Remote Config and Google Analytics
Комментарии