|
|
Choosing A Webhost: |
Re: dumping large binary file in database: msg#00061db.mysql.c++
Dimitris Servis wrote: and as it turns out probably not a MySQL++ issue You'd have exactly the same problem using the C API. best thing would be to store the whole table as a blob Oh, barf! You're completely ceding the special benefits of a SQL database server if you do that. If you just need network access, put the current binary file on a file share somewhere. If that won't work for you, write a dedicated row access server -- think of a very lightweight, flat-file database here. You can do it in a few hundred lines of C. Either way, you get rid of the MySQL overhead, you can still access rows directly, and it's maximally fast. But, only do that if this is read-only. Once you start writing to the file at the same time as other programs are reading, you'll just end up reinventing MySQL. If you're in that situation, I'd just look at something more lightweight...Berkeley DB, or SQLite, for example. Don't reinvent this wheel...this is a problem very nearly as old as computers themselves. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: dumping large binary file in database, Dimitris Servis |
|---|---|
| Next by Date: | Re: dumping large binary file in database, Dimitris Servis |
| Previous by Thread: | Re: dumping large binary file in database, Dimitris Servis |
| Next by Thread: | Re: dumping large binary file in database, Dimitris Servis |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |