Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6866065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:08:01+00:00 2026-05-27T03:08:01+00:00

There are two MySQL database features that I want to use in my application.

  • 0

There are two MySQL database features that I want to use in my application. The first is FULL-TEXT-SEARCH and TRANSACTIONS.

Now, the dilemma here is that I cannot get this feature in one storage engine. It’s either I use MyIsam (which has the FULL-TEXT-SEARCH feature) or I use InnoDB (which supports the TRANSACTION feature). I can’t have both.

My question is, is there anyway I can have both features in my application before I am forced to make a choice between the two storage engines.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T03:08:01+00:00Added an answer on May 27, 2026 at 3:08 am

    Possible workarounds:

    1. Use Sphinx or Solr or some other external text search engine for your text searches and use InnoDB engine.

    2. Write your own search code – and use InnoDB. This is not really an option, unless you search needs are limited or your budget is huge.

    3. Use both engines, MyISAM and InnoDB. Keep the columns you want to be full-text searching in MyISAM and the rest in InnoDB. This will be risky as the data in MyISAM will not be transaction safe.

    4. Use both engines, MyISAM and InnoDB. Keep all data in InnoDB and duplicate the columns you want to be full-text searching in MyISAM. This will need some mechanism (triggers) for the data duplication.

    5. Wait for the version of MySQL where full-text search will be supported by InnoDB or other transactional engine.

    6. (Option 4) but use MariaDB (a MySQL fork) which has “crash-safe” (but still not transaction-safe) full text indexes: When-will-transactional-fulltext-indexes-be-ready?

    7. Use other RDBMS like PostgreSQL that has full-text support in transactional engine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two MySQL database tables that are meant to hold data for eshop
I have a MySQL database table with two columns that interest me. Individually they
I am writing an email application that interfaces with a MySQL database. I have
I have two MySQL Database which are in different machines. I want to transfer
I have A MySQL database currently in production use for a CakePHP application A
I have a mysql database that has 2 table. the first table contains the
I have two mysql tables and i want to merge the results of these
There are two popular closure styles in javascript. The first I call anonymous constructor
I have in my MySQL database these two tables: CREATE TABLE IF NOT EXISTS
I am using JDBC to query a MySQL database for specific records from two

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.