Per-Ake Minborg

Results 108 comments of Per-Ake Minborg

We could consider putting more metadata into the fields, ultimately making the metadata model redundant at runtime.

For batch processing, we now have the `edit` target.

Please upload the `speedment.json` file in your project to this issue so we can reproduce the error.

One way of implementing this feature would be to introduce an API like this: ``` try (BulkInserter bulkInserter = films.createBulkInserter()) { createFilmStream().forEach(bulkInserter); // Films are buffered by the bulkInserter and...

Benchmark of different solutions: https://stackoverflow.com/questions/11389449/performance-of-mysql-insert-statements-in-java-batch-mode-prepared-statements-v

@ractoc interestingly the imminent version of Speedment will support transactions in a similar way you describe it. We could ask @Rei-Sundance to test the performance with a transaction based insert...

This issue is related to #382

Thank you for this very well prepared and well documented feature request @paxbit Others: Read more https://www.compose.com/articles/mastering-postgresql-tools-full-text-search-and-phrase-search/

Hi @sixman9 With Speedment, you can add generic `TypeMapper` objects that can convert a database type to a Java Type. Which database are you planning on using and what GIS...