Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can you dump oracle::occi::Number into files with high performance?

1041286Apr 12 2015 — edited Apr 12 2015

I use oracle::occi::Number to calculate stock price with high precision, and I need to dump calculate result (about 650000/s) into files.

toText method can not covert Number to std::string as quickly as I need.

I try to use it's memeber variable "OCINumber data", but it's private and there are other two variables numberIsNull and *numberExt.

And, the performance is good if I insert these Numbers directly into oracle database.

So my problem is if there is a method to serialize oracle::occi::Number with high speed ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2015
Added on Apr 12 2015
0 comments
513 views