Thanks, I saw that, but it doesn't *really* specify which endianness the file 
uses, or even if it depends on what type of machine the database was created 
on.  We know we can create it on the PC and load it on the Xbox360, but I 
wonder if we pay a performance penalty for doing so.  I'm going to run a little 
experiment now and create the same database on both machines and binary compare 
the two...

Dave

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Davies
Sent: Friday, July 25, 2008 8:59 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Sqlite Endianness

2008/7/25 Dave Gierok <[EMAIL PROTECTED]>:
> Does anyone know what endianness a Sqlite database is stored in?  Or does 
> that depend on the endianness of the machine it was created on?  I am 
> wondering because we ship a game that runs on Xbox 360, which uses the 
> PowerPC architecture and has a different endianness than the PC.  We run PC 
> tools to create our database for the game.  I wonder if we are paying a 
> performance overhead on the Xbox if the database essentially needs to be 
> 'converted' runtime.
>
> Thanks,
> Dave

see heading "Stable Cross-Platform Database File" on
http://www.sqlite.org/different.html

Rgds,
Simon
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to