frictionlessdata / tableschema-sql-py

Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
60 stars 19 forks source link

Add option to configure buffer size, bloom filter use #77

Closed akariv closed 4 years ago

akariv commented 4 years ago

When working in streaming scenarios, the buffer size and bloom filter affect the stream's responsiveness greatly. In this PR we expose these two parameters so that the user might fine tune them based on the exact application's needs.