Results 1 to 2 of 2
Thread: Serialization
- 08-06-2012, 10:04 PM #1
Member
- Join Date
- Aug 2012
- Posts
- 1
- Rep Power
- 0
Serialization
I'm coding up a database to track Stats for a game and was wondering what would be the most efficient way to go about persisting data. Serialization is the easiest way I know of but I'm wondering if I use only that are there going to be any repercussions as my data continues to grow. I don't expect the database to have over 30 tables or over 2000 fields total.
- 08-07-2012, 09:28 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: Serialization
It's not so much tables and fields, but rows and whether you are going to be doing lots of sorting/searching/joining (ie the things a database is good at). You'll need to write that sort of thing (if needed) should you not use a database.
Please do not ask for code as refusal often offends.
Similar Threads
-
Serialization
By sunde887 in forum New To JavaReplies: 4Last Post: 02-15-2011, 10:47 PM -
Serialization
By twiggy62 in forum New To JavaReplies: 2Last Post: 02-12-2010, 04:45 AM -
serialization
By elsa14290 in forum Advanced JavaReplies: 1Last Post: 02-06-2010, 04:03 PM -
Serialization
By thayalan in forum Advanced JavaReplies: 4Last Post: 08-03-2009, 10:22 PM -
What is Serialization and de-serialization in Java
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks