Hello
1. How to open *.db file (which i copied for backup) ? efu file is a 5 times larger (888 MB-efu vs 145 MB-db)
2. If I have two *.db files - can i merge them to one *.db file ?
Open and merge *.db files
Re: Open and merge *.db files
Either:1. How to open *.db file (which i copied for backup) ? efu file is a 5 times larger (888 MB-efu vs 145 MB-db)
Use db2efu
-or-
Make sure Everything is not running (File -> Exit)
Open in Everything with:
Everything.exe -db "c:\backup\Everything.db" -read-only
From the File menu, click Export...
EFU files are raw editable text. (technically EFU files are CSV files)
DB files are slightly compressed.
No.2. If I have two *.db files - can i merge them to one *.db file ?
You could convert both DBs to EFU files and manually merge them.
Re: Open and merge *.db files
Thanks for fast answer!
Because manually merge 5 000 000 stings + 10 000 000 strings - it is need a strong PC with at least 32 GB or 64 GB RAM
And not any txt-soft will open 10 million strings. AkelPad is opening it about 5-10 minutes. (after it you need to open second efu, and copy strings, etc - it s about a 30 minutes for one merging)
Excel maximum strings (rows) is 1 million on a sheet
Just try manually merge two efu files with 5 000 000 strings(files) each, without any special soft, Notepad can not even open 500 MB txt-efu files
If anybody will add merge plugin or merge soft for *.db or for *.efu - it will be very usefull !You could convert both DBs to EFU files and manually merge them.
Because manually merge 5 000 000 stings + 10 000 000 strings - it is need a strong PC with at least 32 GB or 64 GB RAM
And not any txt-soft will open 10 million strings. AkelPad is opening it about 5-10 minutes. (after it you need to open second efu, and copy strings, etc - it s about a 30 minutes for one merging)
Excel maximum strings (rows) is 1 million on a sheet
Just try manually merge two efu files with 5 000 000 strings(files) each, without any special soft, Notepad can not even open 500 MB txt-efu files
Last edited by sekera on Tue Apr 11, 2023 4:46 am, edited 1 time in total.
Re: Open and merge *.db files
Everything 1.5 will have the option to merge file lists with the File List Editor:
- In Everything 1.5, from the Tools menu, click File List Editor.
- From the File menu, click Import....
- Select file list 1 and click Open.
- From the File menu, click Import....
- Select file list 2 and click Open.
(optionally, from the Tools menu, click Remove duplicates) - From the File menu, click Save As....
- Choose a filename and click Save.
Re: Open and merge *.db files
Wow! Awaiting 1.5void wrote: ↑Tue Apr 11, 2023 4:46 am Everything 1.5 will have the option to merge file lists with the File List Editor:
Have a nice day, man