Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  yordan : (25 May 2013 - 09:50 PM) Hi, Agyat What's New?
@  yordan : (25 May 2013 - 07:59 PM) Yay, Shoutbox Is Back! Yahooo!
@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.

Replying to What Are The Alternatives To MySQL


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

wutske

Posted 25 November 2012 - 10:26 AM

@Cinnamon: I'm quite curious what you mean by "more than MySQL can handle". As far as I know, MySQL is a powerfull database which is used in many production environments with extremely high loads and huge datasets. I'm quite sure that the performance bottleneck will be on the hardware side and not on the software side (except when you fail to define indexes and stuff like that :P ). I can guarantee that even a simple query takes a few seconds on a production DB2 server if you're searching inside a table with +100.000.000 entries ;)

If you have non-relational data to store you also might look into NoSQL databases like MongoDB.

manuleka

Posted 19 November 2012 - 08:48 AM

i have never worked with any other database, just MySql ... sufficient for my use

FirefoxRocks

Posted 19 November 2012 - 07:51 AM

By the way, do not forget Oracle as a valuable alternative.
It's free for learning purposes, and for business purposes your boss will have to choose between a great professional database and a free one.

This summer I developed a database application for work as a student, I proposed to the IT department of the organization to use MySQL as I had no experience with MS SQL (SQL Server). I think both options are good, not sure about Oracle though. PostgreSQL also seems like a great system but I've never really used it.

Another option for smaller databases would be SQLite as mentioned above somewhere. It's used in many desktop applications like Firefox and Skype.

manuleka

Posted 19 November 2012 - 04:45 AM

IIS Sql Server would be a pricer alternative

wutske

Posted 20 October 2012 - 11:00 AM

H2 and HyperSQL are two great alternatives too, tough they are more used by Java developers for doing in-memory database testing (like me :) ).
They both say they should fare well in production and performance should be good too. If you'll have a high load on your site I'd stay with MySQL.

Another one is Derby, but I'd stay away from that one because it's quite lacking in performance (it's about 4x slower than MySQL).

Posted 13 October 2012 - 04:21 AM

Well i use flat file its unsure but i change the name with .php and add a password so now its totaly secure,(password with md5) .
you can try it also.
can add json also..(i dont know a lot about json cant help with it you, just usued for first time.)

starscream

Posted 14 April 2012 - 05:28 AM

Yes. Oracle and sybase have commercial db and they have a quite popular userbase. Not to forget like mysql, oracle has more web searches on the web. I have also seen lot of error codes documented quite a lot by users and some suppor forums.


The thing about oracle is that it is quite popular among java developers. I dont see many php developers using it and for them mysql and postgres are often the choice. In case of asp developers ms sql server is the choice.


My personal opinion is postgres. It is available with most of the webhosts. I have hosting with another company that uses postgres. I didnt find much difference with wordpress or other scripts. So postgres suggestion from me.

yordan

Posted 13 April 2012 - 10:42 AM

By the way, do not forget Oracle as a valuable alternative.
It's free for learning purposes, and for business purposes your boss will have to choose between a great professional database and a free one.

starscream

Posted 13 April 2012 - 10:25 AM

Webdna looks like different thing in itself. I am not sure how many people will adopt it as an sql alternative. Besides it is not yet used in any popular online project. If there are any then i dont mind trying it in that case.


Postgre sql and ms sql server are two alternatives to mysql. Postgre sql is free but ms sql has feature limited version version. So for php based projects i think postgres is enough for most of the needs.


I used postgres and sqlite and i found them fair alternatives to mysql. Syntax and learning curve is not that steep. So worth trying and they are free.

yordan

Posted 11 April 2012 - 02:31 PM

You could try WebDNA: it is a great alternative to php+MySQL: faster, lighter and fun to use

Olivier

Seems great. However, the syntax is very special, seems far-away from any other SQL database language.

Review the complete topic (launches new window)