this is for specific use cases, this is not how "every database in the future would (or should) work", they even outlined that the appropriate data pattern is bulk operations
@Sandeep-zd6dq6 сағат бұрын
Well till now I never really focused that s3 wasn’t appendable but now you just told that it will start supporting append. I got the sense that why our lambda always used to overwrite the files instead of appending reporting data for the current day 😢 Bro please keep posting this content It just makes us good devs 🙌
@tomjerry07967 сағат бұрын
Could you make a video about how youtube video downloader work
@UTube-nigga6 сағат бұрын
that might go against youtube tos
@nithinbhandari30756 сағат бұрын
How would something like search query like search by regex name would work. I personally think, for secondary caching data it may be good, not for primary data. (Get record by user id, get course detail by courses id) on S3. Like per user or course can have per file, on every write operation, update db and then update s3 file from DB. A interface for S3 for it. (Good for application where read are high and write are less).
@mitrajanumishra80715 сағат бұрын
With the humongous increase in data generation and processing distributed databases have emerged I wonder whats your take on DBs like Yugabyte,CockroachDB who are replicating data across multiple nodes claiming high availability and low latency?