Comparison of Performance Metrics between File System and RDBMS
Hi, currently our client is has numerous interface implementations into Oracle EBS and Retail Sales Audit that uses a File System.
Data in the form of flat files are being processed by Shell Scripts numerous times before being inserted into a database table.
Processing usually takes hours before it completes due to the bulk of data being processed many times over.
I've proposed that they move to implementing a RDBMS method wherein a Stored Procedure would be used Instead of Shell Scripts and Tables instead of Flat Files.
I've already designed how it would turn our by the Client would want some hard evidence of the performance improvements this proposal can bring.