Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 02-04-2014, 05:13 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default Database Inquiry

I'm curious: if people could run eqemu on something other than MaridDB/MySQL what would people like to see?
Reply With Quote
  #2  
Old 02-04-2014, 08:09 AM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 270
Default

I've used sqlite for small self-contained applications and tinkered a little with postgres. I'm not aware of any other viable open source databases and I prefer mysql simply because it's familiar.

Is there a better option that isn't commercial?
__________________
http://dungeoncrawl.us.to
Reply With Quote
  #3  
Old 02-04-2014, 02:48 PM
werebat's Avatar
werebat
Hill Giant
 
Join Date: Oct 2010
Posts: 143
Default

Postgresql would be my choice.
Reply With Quote
  #4  
Old 02-04-2014, 09:19 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

postgres

or mssql server
Reply With Quote
  #5  
Old 02-04-2014, 09:38 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

I saw a really cool system on private servers of Dekaron, they used CSV files in order to store information, I thought that was pretty cool, rather than a database idea. Although, if we have to use a database, I'd like MSSQL.
Reply With Quote
  #6  
Old 02-05-2014, 12:50 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Quote:
Originally Posted by Kingly_Krab View Post
I saw a really cool system on private servers of Dekaron, they used CSV files in order to store information
those are koreans who don't know how to code.

my point still stands.
Reply With Quote
  #7  
Old 02-05-2014, 01:02 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Quote:
Originally Posted by Secrets View Post
those are koreans who don't know how to code.

my point still stands.
Oh I know, obviously they wouldn't have to do that if they had MSSQL or MySQL, but I just thought it was a cool idea for a replacement.
Reply With Quote
  #8  
Old 02-05-2014, 08:02 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Bleh I was really hoping no one would say MSSQL! ODBC is so gross.

No promises but we're looking at redoing some of the underlying database structures we use on the servers to be easier to use and less prone to error. In that process I thought it might be cool if we supported other databases where we could. If it is practical which has yet to be seen of course and is why I asked.
Reply With Quote
  #9  
Old 02-06-2014, 06:37 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 188
Default

Quote:
Originally Posted by Secrets View Post
those are koreans who don't know how to code.

my point still stands.
Is the racial description relevant as well? In my experience, systems at the bleeding edge use flat files for storage rather than a SQL based DB.

But for emu I'd say postgresql as well
Reply With Quote
  #10  
Old 02-06-2014, 08:31 AM
moofta
Sarnak
 
Join Date: Jan 2014
Location: United Kingdom
Posts: 53
Default

At work we use MSSQL and Oracle, and having use MySQL because of my monkeying around with EqEmu we're switching some of the mssql instances to mysql!

I'm interested in people's choices of postgresql - what advantages does it have over mariadb/mysql for this project?

If you want "flatfile" then you can think of NoSQL databases like MongoDb/CouchDb, but that really depends on whether you read way more than you write, and I suspect it's more like 60/40 read/write? (pure speculation on my part). The bonus in NoSQL is that sharding is usually built in, or simple to implement - although I'm not sure how many eqemu servers host on multiple machines in reality.
Reply With Quote
  #11  
Old 02-06-2014, 09:07 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Quote:
Originally Posted by KLS View Post
Bleh I was really hoping no one would say MSSQL! ODBC is so gross.

No promises but we're looking at redoing some of the underlying database structures we use on the servers to be easier to use and less prone to error. In that process I thought it might be cool if we supported other databases where we could. If it is practical which has yet to be seen of course and is why I asked.
Would it have to be ODBC what about OLEDB?
Reply With Quote
  #12  
Old 02-06-2014, 03:05 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Quote:
Originally Posted by jsr View Post
Is the racial description relevant as well? In my experience, systems at the bleeding edge use flat files for storage rather than a SQL based DB.

But for emu I'd say postgresql as well
The 80's called. they want their flat files back.
Reply With Quote
  #13  
Old 02-06-2014, 07:37 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Having worked on two commercial MMOs that used flat binary files for all their storage I can tell you it is a horrible horrible idea that you will regret every day.
Reply With Quote
  #14  
Old 02-06-2014, 08:17 PM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 188
Default

Quote:
The 80's called. they want their flat files back.
Did they ask for their joke as well?

I never suggested emu use flat files, I was making a point that using files (and being from Korea, how did that get through?) does not equal bad programming. Appreciate the context though so it didn't need to be said (my file comment)
Reply With Quote
  #15  
Old 02-08-2014, 01:48 AM
rhyotte
Hill Giant
 
Join Date: Jul 2012
Location: Oklahoma
Posts: 222
Default

PostgreSQL

For those curious about it:
-- http://www.craigkerstiens.com/2012/1...s-performance/

-- http://www.craigkerstiens.com/2013/0...s-performance/

These make for a decent read on some of the up's and downs.

Also, this is kind of nice:
-- http://www.chesnok.com/daily/2013/11...inute-edition/

Have a good one,
Gary

Last edited by rhyotte; 02-08-2014 at 01:52 AM.. Reason: Add
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:53 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3