4

Is there a database engine which fulfills the following requirements?

My desktop application (with C# .net) requirements are:

  1. it must be embedded with the application
  2. it must have full text search feature on blob data
  3. database limit must have maximum capacity (up to 10 gb)
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
user2837615
  • 296
  • 1
  • 5
  • 12
  • 1
    See here: http://stackoverflow.com/questions/684595/embedded-database-for-net Sql server compact doesn't support FTS but you can use Lucene.net or similar – JamesT Oct 02 '13 at 08:34

1 Answers1

2

SQLite has 140 terabytes maximum database size, and full text search

Denis
  • 5,894
  • 3
  • 17
  • 23