Tagged Questions

7
votes
6answers
148 views

Reliable and efficient key--value database for Linux?

I need a fast, reliable and memory-efficient key--value database for Linux. My keys are about 128 bytes, and the maximum value size can be 128K or 256K. The database subsystem shou …
0
votes
4answers
51 views

How to specify a variable expression list in a Pro*C query?

I have a little problem with a Pro*C query I'm trying to optimise. To explain, our application searches for rows in a huge database. These rows exist in several languages and the …
0
votes
4answers
103 views

Can PostgreSQL be used with an on-disk database?

Currently, I have an application that uses Firebird in embedded mode to connect to a relatively simple database stored as a file on my hard drive. I want to switch to using Postgre …
0
votes
1answer
15 views

Can an embedded Derby database be accessed for analysis from a program like MS Access/ExcelP

Hello I would like to access data stored in an embedded Derby database by my Java application from a program like MS Access/Excel, Open Office, etc? Is there a way of doing this? I …
0
votes
1answer
47 views

Debugging/tracing embedded sql

Is there a way to trace/log sql from the code (not from the db side, but rather what the code thinks it's doing)? I am using Pro*C/C++: Release 8.1.7.0.0 for Oracle
5
votes
6answers
352 views

Which embedded database has maximum SQL compliance, and concurrency support?

My application at present uses Microsoft Access, but now may be hosted on Linux boxes. Additionally while being accessed from multiple computers, one of these may update the record …
3
votes
6answers
385 views

What embedded database with Isolated Storage support can you recommend?

I'm looking for embedded database engine supporting isolating storage. Currently I'm aware of VistaDB. What else you can recommend? Requirements are pretty simple: xcopy deploym …
5
votes
12answers
144 views

What options are there for a quick embedded DB in .NET?

I'm making this tiny utility program (Windows Forms) and it would need to save a bit of data to the disk. In DB terms it would be about one table, no more than about couple thousan …
1
vote
0answers
46 views

Is VistaDB compatible with Microsoft Enterprise Library DAAB?

As the title asks, is VistaDB 3.x/4.x supported in Data Access Application Block (DAAB) of Microsoft Patterns and Practices Enterprise Library 3.x/4.x? If it is and you have used …
9
votes
9answers
726 views

Embedded java databases

I would like to get opinions or suggestions regarding embedded databases in Java. In particular I was looking at H2, HSQLDB and Derby. Have you use any of these in a production pro …
0
votes
4answers
58 views

Advice on a DB that can be uploaded to a website by a smart client for collecting survey feedback

Hello, I'm hoping you can help. I'm looking for a zero config multi-user datbase that my winforms application can easily upload to a webserver folder (together with 1 or 2 classi …
1
vote
10answers
160 views

How do I persist data to disk, and both randomly update it, and stream it efficiently back into RAM?

I need to store up to tens or even hundreds of millions of pieces of data on-disk. Each piece of data contains information like: id=23425 browser=firefox ip-address=10.1.1.1 outc …
0
votes
5answers
287 views

In-memory DBMS’s for unit testing

I am looking for satisfactory options for unit testing my .NET DAL classes; since they're DAL classes, they access the database directly using ADO.NET. Presently I use an instance …
1
vote
7answers
481 views

Is there a lightweight, embeddable, key/value database? (something like diet couchdb)

Hello, I was wondering if there was a lightweight, embeddable, key/value database out there. Something like a lightweight Couchdb (RESTful, key/value, etc) where you just send it …
2
votes
8answers
205 views

java embedded database w/ ability to store as one file

I need to create a storage file format for some simple data in a tabular format, was trying to use HDF5 but have just about given up due to some issues, and I'd like to reexamine t …

1 2 3 next
15 30 50 per page