|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
| View Poll Results: Which is faster for a MYSQL database from command line? | |||
| PHP | | 0 | 0% |
| PERL | | 0 | 0% |
| Voters: 0. You may not vote on this poll | |||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
PhP or Perl DB Faster?
Using Command line for both PHP and PERL which would be my better bet for making an application that has to do statistics with HEAVY database querying? Which will run queyies faster on a MySQL database?
|
|
#2
|
||||
|
||||
|
First of all, if you're going to be making an intensive programming job of this, I wouldn't use MySQL to do it.
Secondly, that goes QUADRUPLE if the application needs to be highly scalable. MySQL has it's place, just not in that sort of application (hint hint: PgSQL). Finally, PHP's strength lies nowhere near the command line, but Perl is right at home in the shell environment. I don't know offhand which would be faster, but seeing as how benchmarks are only somewhat meaningful when you run your own, specifically designed to test your current situation, using your own hardware and configuration, I'd say you'll have to run some benchmarks and find out which works best for your situation. My .02 anyway. |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > PhP or Perl DB Faster? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|