Thanks. It would be really good if you can also demonstrate how you can persist the data to HDD using IMDB as you have mentioned in your video. Good job, nice explanation.
@TechTalkDebu5 жыл бұрын
Ok .... Sure I will do... Thank you for your valuable feedback
@shivangiagrawal20924 жыл бұрын
Is it possible to take the snapshot of in-memory database and store it in disk? (Containerized environment)
@TechTalkDebu4 жыл бұрын
Sorry for the delayed response... Actually I never encountered this requirement... I have to check and will let you know....but if you find some solution plz share here the link.. I will try to make the video for others as well...
@deshbandhu77 Жыл бұрын
Yes , persistence is supported in some of the IMDB. where in you keep a copy of data in disk and keep in sync with the changes happening in main memory. This is a very useful during application restart and data replication @@TechTalkDebu
@TatyanaShuvalova9 ай бұрын
thank you
@TechTalkDebu8 ай бұрын
Welcome
@saumendrasahu31514 жыл бұрын
Hi, Is it possible to create mongo db in spring boot in memory ?
@TechTalkDebu4 жыл бұрын
Yes you can use embedded mongo db dependency for testing purpose either maven or graddle file... You can check this tutorial.... www.baeldung.com/spring-boot-embedded-mongodb
@bar5um5 жыл бұрын
Thanks for sharing your info
@TechTalkDebu5 жыл бұрын
Welcomr
@atulgosavi90804 жыл бұрын
Thank you sir... For explaining in simple English.. one thing which is not clear is - Different Purpose of In-memory DB?? & Can v Shift from Traditional DB to In- Memory DB???
@TechTalkDebu4 жыл бұрын
In Memory Database is good for development environment or might be testing environment... But in production environment you should not use in memory database .. But caching concept is used in production in order to boostup application performance.. as data being cached in RAM ins read of Disk
@ZeeTubeTv5 жыл бұрын
Nice job , keep it up
@TechTalkDebu5 жыл бұрын
Thanks alot
@brenm6atos162 Жыл бұрын
Maybe you kindly ask for sharing your video and not "expect" us to share.