table_info on remote table

chandru chandrashekhar.mullaparthi@REDACTED
Fri Feb 24 14:45:23 CET 2006


On 24/02/06, tty@REDACTED <tty@REDACTED> wrote:
> Hi,
>
> Thanks. This works. Guess I need to upgrade my Google-fu skills :)
> Was there an explaination why we need to use the mnesia_frag access module for this to work ? Just curious.
>
> tee

Looking at mnesia_frag.erl it uses the where_to_read property of a
table and makes an RPC call to that node. Whereas mnesia:table_info
just uses ets:info(Tab, size) function call which ofcourse wont work
for remote tables.

cheers
Chandru



More information about the erlang-questions mailing list