Java in the Database
I know this might not be the best place to really pose a question like this.
But is JAVA in the database really ready for prime time? I know it's been released since 8.1 days
but it seems very obtuse in it's implementation.
Which I can live with that but the performance is awful. One code example I have I extract about 26M of data into a class, I then
serialize through gzip this object into a blob.
Running that code in the db it takes 25 minutes, running it as a stand alone java app it takes 5 seconds.
Just one of many things.
but it seems very obtuse in it's implementation.
Which I can live with that but the performance is awful. One code example I have I extract about 26M of data into a class, I then
serialize through gzip this object into a blob.
Running that code in the db it takes 25 minutes, running it as a stand alone java app it takes 5 seconds.
Just one of many things.
0