Copy and reuse dictionary cache
#5
Thanks for replying and answering my question. I appreciate your help Smile

Yes my purpose is de-duplication and then splitting, but even with 4 splits it's still slow, so I need to make more chunks as you said.

I wasn't aware of rli tool, I used to use sort command with -u -m parameters to remove duplicates. So rli will be more efficient because I don't need to rewrite the whole file as sort command does, right?

Regarding the cache file, dictstat2, if I use the same machine (same hardware always) will be fine?
I think you mean that you are worried about the caching mechanism, that maybe it's affected by hardware type?

Thanks again!
Reply


Messages In This Thread
Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 01:56 AM
RE: Copy and reuse dictionary cache - by royce - 07-10-2020, 01:59 AM
RE: Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 02:13 AM
RE: Copy and reuse dictionary cache - by royce - 07-10-2020, 03:18 AM
RE: Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 08:06 AM
RE: Copy and reuse dictionary cache - by fa1rid - 07-10-2020, 08:10 AM
RE: Copy and reuse dictionary cache - by royce - 07-10-2020, 05:50 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 08:36 PM
RE: Copy and reuse dictionary cache - by royce - 08-01-2020, 08:44 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 09:49 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 09:50 PM
RE: Copy and reuse dictionary cache - by royce - 08-01-2020, 09:53 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-01-2020, 11:37 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-06-2020, 05:30 AM
RE: Copy and reuse dictionary cache - by royce - 08-06-2020, 05:49 AM
RE: Copy and reuse dictionary cache - by fa1rid - 08-06-2020, 06:00 AM
RE: Copy and reuse dictionary cache - by fa1rid - 08-11-2020, 01:38 PM
RE: Copy and reuse dictionary cache - by royce - 08-11-2020, 05:59 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-11-2020, 09:26 PM
RE: Copy and reuse dictionary cache - by pdoctor - 08-12-2020, 11:50 AM
RE: Copy and reuse dictionary cache - by fa1rid - 08-16-2020, 12:58 AM
RE: Copy and reuse dictionary cache - by royce - 08-16-2020, 01:26 AM
RE: Copy and reuse dictionary cache - by undeath - 08-16-2020, 12:43 PM
RE: Copy and reuse dictionary cache - by fa1rid - 08-16-2020, 09:43 PM