caiwanli opened a new issue, #38743:
URL: https://github.com/apache/arrow/issues/38743

   ### Describe the enhancement requested
   
   I'm using arrow::Array in my project to store my data, but I want to be able 
to specify which numa node the memory used by the Array comes from.I looked at 
the MemoryPool's interface and it couldn't meet my needs. Because you need to 
specify the numa node when actually allocating memory,but none of the default 
MemoryPool interfaces provide this parameter (for example, I need to allocate 
memory on numa-1, so I must pass in the node id).So, is there any way I can 
achieve my needs?
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to