Click here to Skip to main content
15,886,919 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Member 1330167914-Sep-22 4:12
Member 1330167914-Sep-22 4:12 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
maze314-Sep-22 0:06
professionalmaze314-Sep-22 0:06 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
gervacleto14-Sep-22 1:29
professionalgervacleto14-Sep-22 1:29 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Thornik14-Sep-22 2:02
Thornik14-Sep-22 2:02 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
PaulANorman14-Sep-22 2:38
PaulANorman14-Sep-22 2:38 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Mark Starr14-Sep-22 3:09
professionalMark Starr14-Sep-22 3:09 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Cliff Buckley14-Sep-22 4:44
Cliff Buckley14-Sep-22 4:44 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Prahlad Yeri14-Sep-22 6:17
Prahlad Yeri14-Sep-22 6:17 
Yep, I considered lighter file formats for storage such as XML and JSON. What I've read so far suggests that appending specific data chunks to these files become heavier as the data increases. And considering that this method needs pulling of entire file to memory, it might get slower over time as the DB size approaches several hundred MBs or even a GB? In contrast, Sqlite driver just performs CRUD operations on the file, so performance might be better?
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Steve Naidamast14-Sep-22 5:58
professionalSteve Naidamast14-Sep-22 5:58 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Bill S14-Sep-22 6:59
professionalBill S14-Sep-22 6:59 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
jochance14-Sep-22 17:53
jochance14-Sep-22 17:53 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Kate-X25714-Sep-22 21:31
Kate-X25714-Sep-22 21:31 
GeneralRe: Best option for a local/standalone database in a desktop project? Pin
Matt McGuire16-Sep-22 4:49
professionalMatt McGuire16-Sep-22 4:49 
GeneralWSO CCC OTD 2022-09-13 Pin
Randor 12-Sep-22 22:54
professional Randor 12-Sep-22 22:54 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
OriginalGriff12-Sep-22 23:16
mveOriginalGriff12-Sep-22 23:16 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
Randor 12-Sep-22 23:39
professional Randor 12-Sep-22 23:39 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
pkfox12-Sep-22 23:55
professionalpkfox12-Sep-22 23:55 
GeneralRe: WSO CCC OTD 2022-09-13 Pin
FreedMalloc13-Sep-22 10:46
FreedMalloc13-Sep-22 10:46 
JokeMy girlfriend borrowed $100 from me... PinPopular
Sander Rossel12-Sep-22 22:08
professionalSander Rossel12-Sep-22 22:08 
GeneralRe: My girlfriend borrowed $100 from me... Pin
den2k8812-Sep-22 22:12
professionalden2k8812-Sep-22 22:12 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Daniel Pfeffer12-Sep-22 22:22
professionalDaniel Pfeffer12-Sep-22 22:22 
GeneralRe: My girlfriend borrowed $100 from me... Pin
pkfox12-Sep-22 22:55
professionalpkfox12-Sep-22 22:55 
GeneralRe: My girlfriend borrowed $100 from me... Pin
den2k8812-Sep-22 22:56
professionalden2k8812-Sep-22 22:56 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Jacquers13-Sep-22 0:31
Jacquers13-Sep-22 0:31 
GeneralRe: My girlfriend borrowed $100 from me... Pin
Edward Aymami13-Sep-22 4:23
Edward Aymami13-Sep-22 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.