Loading...
 
Skip to main content

History: InnoDB

Preview of version: 10

http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/branches/experimental/innodb/

The plan is to add InnoDB support in Tiki.
This will be done keeping MyISAM as the default engine, with minimal impact on today's implementation and update practices.

The advantages of InnoDB are
- Crash proof. The database will automatically recover errors upon restart
- Row level locking, i.e. updates, inserts and deletes will no longer lock the whole file/table.

InnoDB also supports referential integrity by the use of foreign key and (multi-statment) transactions, but these features will not be included in the initial integration.


Rules for the installer scripts
- No FKs will be allowed in the tiki.sql script.
- Fulltext index definitions are placed in the tiki_myisam.sql file. InnoDB specific definitions are placed in the tiki_innodb.sql file.
- The word MyISAM must only be used in the engine specification and is not allowed in attribute names or other definitions.

The installer will
- GUI will get an option so the user can choose which engine type to install. MyISAM is pre-selected
- Check if InnoDB is available and only present the option if it is.
- Replace "MyISAM" strings in the installer script with "InnoDB".
Thus the tiki.sql script must (keep on) specifying MyISAM as the engine. It is important that all table definitions include the engine statement.
- After the main install script (tiki.sql), run tiki_myisam.sql or tiki_innodb.sql for the respective installation. tiki_myisam.sql installs the fulltext indexes. tiki_innodb.sql is empty, but added for completeness.
- Updates will use the same replace procedure. Will not check for FULLTEXT index definitions and possible other incompatibilities. MyISAM specific features must be added to the tiki_myisam.sql file.

The application will
- If the current MySQL engine does not support fulltext search (i.e. InnoDB is used), the section "MySQL Search (legacy)" in the search admin panel will display "Your MySQL engine does not support MySQL fulltext search" instead of the options.

The InnoDB integration is complete, i.e. all known changes have been added.

Further checking that should however be done in both the installer and the application.

Migrating existing databases to InnoDB

There is no built-in procedure to migrate an existing Tiki database from MyISAM to InnoDB in the Tiki GUI. However such a migration is possible.

Procedure coming...

History

Advanced
Information Version
10 Aug 23 14:19 GMT-0000 Marc Laporte Page renamed from ExperimentalBranches InnoDB to InnoDB. Semantic alias redirect created 27
17 Sep 17 10:28 GMT-0000 Marc Laporte 26
20 May 14 14:58 GMT-0000 Xavier de Pedro 25
08 Oct 11 08:49 GMT-0000 Arild Berg Code Plugin modified by editor. 24
08 Oct 11 04:43 GMT-0000 Arild Berg 23
19 Sep 11 00:06 GMT-0000 Arild Berg Code Plugin modified by editor. 22
18 Sep 11 23:40 GMT-0000 Arild Berg 21
18 Sep 11 23:38 GMT-0000 Arild Berg 20
18 Sep 11 23:36 GMT-0000 Arild Berg 19
18 Sep 11 19:45 GMT-0000 Arild Berg 18
18 Sep 11 19:44 GMT-0000 Arild Berg 17
18 Sep 11 19:33 GMT-0000 Arild Berg 16
18 Sep 11 16:36 GMT-0000 Marc Laporte 15
18 Sep 11 15:37 GMT-0000 Arild Berg 14
18 Sep 11 14:17 GMT-0000 Arild Berg 13
18 Sep 11 09:39 GMT-0000 Arild Berg 12
18 Sep 11 09:38 GMT-0000 Arild Berg 11
18 Sep 11 09:31 GMT-0000 Arild Berg 10
17 Sep 11 22:34 GMT-0000 Arild Berg 9
17 Sep 11 22:25 GMT-0000 Arild Berg 8
16 Sep 11 07:27 GMT-0000 Arild Berg 7
16 Sep 11 07:18 GMT-0000 Arild Berg 6
15 Sep 11 22:56 GMT-0000 Arild Berg 5
15 Sep 11 20:18 GMT-0000 Arild Berg 4
14 Sep 11 21:21 GMT-0000 Marc Laporte 3
  • «
  • 1 (current)
  • 2

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Kanban
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools