table_info on remote table

tty@REDACTED tty@REDACTED
Fri Feb 24 03:32:37 CET 2006


Hi,

I have a question regarding table_info. How does one make it work with a remote table ?

Scenerio:

Node A had a table 'tabA' with several entries, Node B was started using -mnesia extra_db_nodes pointing to Node A. I can see 'tabA' from Node B, do mnesia:read/1 etc but my mnesia:table_info(tabA, size) always return 0. However doing a length(mnesia:dirty_all_keys(tabA)) gives me the proper answer leading me to suspect I'm  missing something. 

Thanks

Tee



More information about the erlang-questions mailing list