Search code examples
db2ibm-cloud

Does Db2 on IBM cloud support text search feature?


For the DB2 on IBM Cloud, does it support text search feature? I'd like to enable the Text Search feature for the Db2 on cloud resource, but couldn't find any document/resource about it. Thanks.


Solution

  • Db2 on Cloud does not include the Text Search feature. It is a managed system and designed for transactional workloads. Text Search would be counter-productive. But you could store text in character-based columns and use LIKE or REGEX-based expressions to perform text search.