in reply to Re^2: search/grep perl/*nix
in thread search/grep perl/*nix
That snippet will only store the result dataset (i.e. the unique keys). If you anticipate result-sets larger than the available RAM, you'll have to revise the general approach (use a database) since none of the straight-up solutions will be workable in such a case.
|
|---|