You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a C# project using LiteDB4 datafile. In this datafile I have documents exceed 16MB. I want to upgrade my project to LiteDB5 and I'm able to remove these large documents from DB. But:
I cannot remove these large documents from DB using LiteDB4 and then upgrade to LiteDB5 - both operations (removing and upgrade) have to be done in a single exe file in a single run.
I cannot open this datafile directly in LiteDB5 (with upgrade=true), because document size exceed 16MB.
I cannot use both LiteDB versions (4 and 5) in my exe, because Visual Studio does't allow me to have two versions of the same Nuget Package.
Is there any chance, or any legacy function in LiteDB5, to open datafile with documents exceed 16MB?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a C# project using LiteDB4 datafile. In this datafile I have documents exceed 16MB. I want to upgrade my project to LiteDB5 and I'm able to remove these large documents from DB. But:
I cannot remove these large documents from DB using LiteDB4 and then upgrade to LiteDB5 - both operations (removing and upgrade) have to be done in a single exe file in a single run.
I cannot open this datafile directly in LiteDB5 (with upgrade=true), because document size exceed 16MB.
I cannot use both LiteDB versions (4 and 5) in my exe, because Visual Studio does't allow me to have two versions of the same Nuget Package.
Is there any chance, or any legacy function in LiteDB5, to open datafile with documents exceed 16MB?
Than you.
Jan
Beta Was this translation helpful? Give feedback.
All reactions