Python Forum
Interesting observation on MySQL
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Interesting observation on MySQL
#13
SQL server is still much more capable than MySQL

Relational databases make connecting data together much easier, but ...

I expect that some of you have had to deal with capturing packets (phone call packets for example, before wireless was commonplace)
that were flying by your switch back in the early 90's, at at unheard of (at the time) pace.
All Relation databases were too slow to deal with the volumes of transactions that had to take place.
Up to the point where call data could be summarized into billable units, everything had to be dealt with using hashed flat  files (whether in memory
or on disk) which were essentially what Python calls dictionaries.
After that point, the RDBMS took over

The database was one of Oracle, Sybase, Informix or homebrew.

Of course, PostgresSQL didn't exist (it actually did, but Berekley only released a few copies to very brave volunteers back in June of 1989)
I wasn't offered, and I am sure wouldn't have been allowed to use it even if I had been.

MySql wasn't released until May of 1995.

PostgreSQL is now the most advanced open-source database available anywhere.
I bit difficult to use, with the steep learning curve, but rich in performance and toolset.
Reply


Messages In This Thread
Interesting observation on MySQL - by Larz60+ - Feb-26-2017, 03:38 AM
RE: Interesting observation on MySQL - by wavic - Feb-26-2017, 04:48 AM
RE: Interesting observation on MySQL - by j.crater - Feb-26-2017, 10:58 AM
RE: Interesting observation on MySQL - by wavic - Feb-26-2017, 11:39 AM
RE: Interesting observation on MySQL - by Larz60+ - Feb-26-2017, 04:53 PM
RE: Interesting observation on MySQL - by wavic - Feb-26-2017, 09:00 PM
RE: Interesting observation on MySQL - by Larz60+ - Feb-26-2017, 09:26 PM
RE: Interesting observation on MySQL - by wavic - Feb-26-2017, 10:17 PM
RE: Interesting observation on MySQL - by Larz60+ - Feb-26-2017, 11:03 PM
RE: Interesting observation on MySQL - by nilamo - Feb-26-2017, 11:13 PM
RE: Interesting observation on MySQL - by nilamo - Feb-26-2017, 11:40 PM
RE: Interesting observation on MySQL - by Larz60+ - Feb-27-2017, 12:25 AM
RE: Interesting observation on MySQL - by wavic - Feb-27-2017, 02:23 AM
RE: Interesting observation on MySQL - by Larz60+ - Feb-27-2017, 02:36 AM
RE: Interesting observation on MySQL - by Larz60+ - Feb-27-2017, 04:08 AM
RE: Interesting observation on MySQL - by Ofnuts - Feb-27-2017, 03:09 PM
RE: Interesting observation on MySQL - by Larz60+ - Feb-27-2017, 03:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Download an interesting magazine..... louiz7 0 1,710 Dec-29-2019, 01:14 AM
Last Post: louiz7
  Interesting response from GoDaddy After I transfered my domains Larz60+ 0 1,777 Feb-18-2019, 03:19 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020