Teddy Widom

Results 14 issues of Teddy Widom

Right now, table selection and batch size selection time complexity is linear with the number of tables with outstanding rows and the number of possible batch sizes. Consider changing up...

This might lead to performance improvements but is challenging due to lack of support for arbitrary-length inputs to the SQL `IN (?)` clause in prepared statements. See https://stackoverflow.com/questions/178479/preparedstatement-in-clause-alternatives

I'm opening this issue to see how much demand there is for support for uncommon and/or vendor-specific data types. Right now certain data types cause the program to error out....

help wanted
feature request

I'm opening this issue to see how much demand there is for support for handling poor network conditions more gracefully. Right now I believe a single network call failing results...

help wanted
enhancement