Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Multiple object body requests for searches on comment and delete operations are extremely slow
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 03:26 AM
2215     0
I am trying to do a multiple object search for almost 50 records based on the comment value
(expectation is to search for upt 1000 records in a single request object). The search takes long time. The searched records need to be deleted and the delete operation also takes a long time. Is there any other quciker way to fasten the search and delete process.
Re: Multiple object body requests for searches on comment and delete operations are extremely slow
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 04:33 AM
2215     0
That is going to be a slow process unfortunately. I suspect the comment field is not indexed, so it woudl need to do a text search through them all to get results.