python-bonobo / bonobo

Extract Transform Load for Python 3.5+
https://www.bonobo-project.org/
Apache License 2.0
1.59k stars 146 forks source link

Bulk Load #371

Closed iwalucas closed 4 years ago

iwalucas commented 4 years ago

Is there a FixedWindow example? I am not finding one, and I want to use bonobo to do a bulk load on a database, and row by row it takes 5 minutes, but as a bulk it takes a few secs.... Tks

hartym commented 4 years ago

Hello.

Issue tracker is not for questions, please use stack overflow for questions (you can even post stack overflow link on slack once posted).

FixedWindow is not what you want to use, there are options in sqla loaders to buffer and load as batches.