Skip to main content

System Construction, Performance, and API

Can I set up my own domain?

A. Yes, you can. Please contact us for more information.

Can I set up an SSL certificate?

A. Yes, you can. Please contact us for more information.

How many simultaneous connections are possible?

A. It varies by plan. For more information, please see usage plans and prices.

It's a unique database engine, but what is its processing performance?

A. Please see database or object storage.

How good is the performance of the Hexabase API? (Response time, how many requests can be processed per second, etc.)

A. Performance will vary depending on system requirements, but the approximate performance is as follows:

Search API: If you search for 1 item out of 5 million items, it will usually be returned in about 200–300 ms. Search result speed changes depending on the number of retrieved results.

Update API: In normal usage cases, it will take about 100 to 500 ms.

If continuous registration processing is required, please use the BulkAction API. In that case, depending on the number of cases, it may take a few seconds to 10 seconds to register.

Specific processing performance will change depending on your requirements and usage scenarios, so we recommend that you consult with us at the time of design and proceed in parallel with verification.

What is the difference between registering and updating using the CreateItem/UpdateItem API and the ExecuteAction API?

A. There is a difference in how the action is called; there is no difference in the processing that is performed internally.

CreateItem/UpdateItem uses the default new/update action even if you do not specify an ActionID. ExecuteAction specifies the corresponding ActionID and executes the action.

Can I update the status using the CreateItem/UpdateItem API?

A. To update the status, please specify the action to update the status and use the ExecuteAction API.