Discussions
Categories
- 385.5K All Categories
- 4.9K Data
- 2.5K Big Data Appliance
- 2.4K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Golden Bean has improved Performance on Oracle tables

Hi All,
I tried to improve performance on some of the Oracle tables by using SQL queries.
However, in my organisation Golden Bean is enabled and it has improved the performance way faster.
Just trying to understand how this can be so much faster. I am also reading some of the blogs related to it.
Regards
Rams
Answers
-
Rama_G wrote:Hi All,I tried to improve performance on some of the Oracle tables by using SQL queries.However, in my organisation Golden Bean is enabled and it has improved the performance way faster. Just trying to understand how this can be so much faster. I am also reading some of the blogs related to it. RegardsRams
how can we reproduce what you report?
-
I am just sharing my thoughts here to hear more on this.
Thanks
-
>I am also reading some of the blogs related to it.
URL?
What is Golden Bean?
-
I am referring to the internal blogs in my organization (confluence pages). Typically, it increases the parallel runs of the batch process and in turn it increase the performance.
Sorry for not providing the URL.
Cheers
-
Fact. Oracle is designed as a highly performant and scalable database.
However, it is often misused, which has a distinct performance penalty. Equally often, the idiotic ignorant developer or manager, blames Oracle for this poor performance - instead of realising that their incorrect use, poor design, and shoddy code, are the actual problems.
Case in point. An hour ago a process on one of our databases, analysed 30.5 million IP (network) conversations, and summarised that as a 20.7 million IP Accounting data set - in 116 seconds.
Oracle performance has ceased to amaze me - unlike the abuse of Oracle by shoddy design and code, by the ignorant.
Let me fix this thread's title for you:
Golden Bean has improved Performance on Oracle tables of our Shoddy Design and Code
-
Rama_G wrote:Hi All,I tried to improve performance on some of the Oracle tables by using SQL queries.However, in my organisation Golden Bean is enabled and it has improved the performance way faster. Just trying to understand how this can be so much faster. I am also reading some of the blogs related to it. RegardsRams
What is Golden Bean? All I can see on Google are mentions of coffee.
You improve the performance against a database by seeing where the time is going, then finding out why, then fixing the problem. I’ve never seen a sensible application requirement that couldn’t perform incredibly well after fixing the problem.
The problem is always different (okay it’s mostly one of a very small handful of things), which is why you can’t just throw one thing at it for it to go away.
-
Rama_G wrote:I am referring to the internal blogs in my organization (confluence pages). Typically, it increases the parallel runs of the batch process and in turn it increase the performance.Sorry for not providing the URL.Cheers
You don’t need any extra special tool to run things in parallel on Oracle.
We are still none the wiser about what this Golden Bean is.
-
Important enough to be emphasize:
AndrewSayer wrote: You improve the performance against a database by seeing where the time is going, then finding out why, then fixing the problem.
PROGRAMMER, INSTRUMENT THY CODE!!
-
Excuse-me, but are you selling something? If so, then at least indicate that via some link.
I am asking this seeing that I don't seem to be able to learn anything new from this post.
Just some vague indication about parallel. Not clear if that refers to parallel execution in some SQL statement, running some jobs in parallel (eventually using dbms_parallel_execute) or what...
-
AndrewSayer wrote:What is Golden Bean? All I can see on Google are mentions of coffee.
Based on the unbelievable performance the OP reported, Golden Bean might be a new supercomputer, which runs 100,000 times faster than the typical database server. All the improvement comes from the hardware: the entire database is in superfast memory (so, in particular, no disk operations - there are no disks to begin with), processing speed is 100,000 faster than typical CPU's, ........