Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
oc_t_item_description table
Support Forums - Classified Ads Script Osclass
General osclass questions
Feature request
oc_t_item_description table
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
ahmose
13 posts
oc_t_item_description table
«
on:
November 06, 2023, 05:03:20 AM »
when installing a new osclass the oc_t_item_description table type is MyISAM not InnoDB like other tables..
is there a reason for that ?
Logged
MB Themes
Support team
17510 posts
Only quality matters
Download Osclass
Re: oc_t_item_description table
«
Reply #1 on:
November 06, 2023, 08:19:39 PM »
yes, indexes.
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Marked as best answer by
frosticek
on November 07, 2023, 05:41:24 PM
ahmose
13 posts
Re: oc_t_item_description table
«
Reply #2 on:
November 06, 2023, 10:59:43 PM »
for future searches
InnoDB supports a large pool of buffers that caches both data and indexes. However, there is no support for a Full-text search.
The MyISAM key buffer is only meant for indexes, and a full-text search is supported in MyISAM.
Logged
Print
Pages: [
1
]