You can use for example this:<br><br>{{IdForSide1, IdForSide2}, OtherStuff}<br><br><div class="gmail_quote">On Sat, Apr 12, 2008 at 4:57 PM, Stanisław Pitucha <<a href="mailto:viraptor@gmail.com">viraptor@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br>
I'm trying to do something that will effectively work as 2 indexes in<br>
ets. I'm writing a proxy for connections so my connection list is<br>
{IdForSide1, IdForSide2, OtherStuff}. I'd like to find that tuple by<br>
any of ids quickly... is there a way to do it with only one tuple, or<br>
should I split it to 3 tables {IdForSide1, ConnectionRef},<br>
{IdForSide2, ConnectionRef}, {ConnectionRef, OtherStuff} ?<br>
That seems like rather heavy solution, or maybe not... I don't have<br>
that much experience with ets.<br>
Thanks for any ideas.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>--Hynek (Pichi) Vychodil