Bob MacCallum wrote: > Thanks Nicklas. > > If Java has something like Perl's file based DBM storage (e.g. SDBM_File), > then a low cost solution might be to store this lookup in such a file, and > attach this to the array design (in BASE 2.5).
I don't know what exists in the Java world (or in the Perl world either). I bet there is something. You still have to look through all array designs/files. A potential problem is that you can only get access to an InputStream object for reading the file, which means that you have to copy/parse the entire file if a reporter is not present before you can know this. It would probably be better to store the file on the disk outside of BASE. /Nicklas ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ basedb-devel mailing list basedb-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/basedb-devel