Manticore Search offers several ways to create tables, each designed for different use cases and requirements. This section covers the main approaches and their specific configurations.
Manticore supports different types of tables:
- Real-time tables - For real-time updates and immediate searchability
- Plain tables - For static data that doesn't require frequent updates
- Percolate tables - For storing and matching search queries
- Template tables - For creating table templates
- Distributed tables - For scaling across multiple nodes
When creating a table, you'll need to consider:
- Data Types - Understanding the available data types and their storage options
- NLP and Tokenization - Configuring how your text data is processed and indexed
- Table Structure - Defining the schema and settings for your specific use case
To create a table, you'll need to:
- Choose the appropriate table type for your use case
- Define the table schema with the required fields and attributes
- Configure the necessary settings for your specific requirements
For detailed information about each aspect, refer to the following sections:
- Data types - Learn about supported data types and storage options
- Creating a local table - Detailed guide for creating different types of local tables
- NLP and tokenization - Configure text processing and indexing
- Creating a distributed table - Set up distributed tables for scaling
Each of these sections provides in-depth information about their specific aspects of table creation in Manticore Search.