PERSONAL DE APOYO
QUAGLIA Constanza InÉs
congresos y reuniones científicas
Título:
Filtering Useless Data at the Source
Autor/es:
PABLO PESSOLANI; RAMÓN NOU; CONSTANZA QUAGLIA
Lugar:
Río Cuarto
Reunión:
Congreso; CACIC 2019; 2019
Institución organizadora:
Universidad Nacional de Rio Cuarto
Resumen:
There are some processing environments where an application reads remote sequential files with a large number of records only to use some of them. Examples of those environments are servers, proxies, firewall and intrusion detection log analysis tools, sensor log analysis, large scientific datasets processing, etc. To be processed, all file records must be transferred through the network, and all of them must be processed by the application. Some of the transferred records would be discarded immediately by the application because it has no interest in them, but they just consumed network bandwidth and operating system?s cache buffers.This article proposes to filter records from the source of data but without changing the application. Those records of interest will be transferred without modifications but only references to the other records will be transferred from the source to the consuming application. At the application side, the sequence of records is rebuilt, keeping the content of records of interest and filling the others with dummy values which will be discarded by the application. As the number and length of records are preserved (and therefore the file size too), it is not necessary to modify the application. Once a filtering rule is applied to a file, only the useful records and references to unuseful ones will be transferred to the application side reducing network usage, transfer time, and cache utilization. A modified (but compatible) version of NFS protocol was developed as a proof of concept.