Interview Question in Data Mining
Interview Question :: Will there be a performance variance for SQL queries on different Operating Systems
I am facing performance issues in my project at client side, which are not found at my side. The only difference is in the Operating System. Client uses Solaris where as mine is windows.
The project uses various database operations(Inserts, Updates and deletes) on huge amount of data. Please tell me will there be a performance variance for the SQL queries on different Operating systems.

Loading ...